Class: Comable::Admin::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Includes:
Comable::ApplicationHelper
Defined in:
app/controllers/comable/admin/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#current_abilityObject



8
9
10
# File 'app/controllers/comable/admin/application_controller.rb', line 8

def current_ability
  Comable::Ability.new(current_customer)
end