Class: Pbw::BaseController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Pbw::BaseController
- Defined in:
- app/controllers/pbw/base_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#current_ability ⇒ Object
13 14 15 |
# File 'app/controllers/pbw/base_controller.rb', line 13 def current_ability @current_ability ||= Ability.new(current_user) end |