For those who happen to have a custom current_ability()
method (in which you can change the name of current_user method and Ability class names):
class OrderCell < Cell::Rails
include CanCan::ControllerAdditions
delegate :current_ability, :to => :controller
end