Class: Pbw::BaseController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/pbw/base_controller.rb

Direct Known Subclasses

BaseModelsController

Instance Method Summary collapse

Instance Method Details

#current_abilityObject



13
14
15
# File 'app/controllers/pbw/base_controller.rb', line 13

def current_ability
  @current_ability ||= Ability.new(current_user)
end