Class: Hitchens::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Hitchens::ApplicationController
show all
- Defined in:
- app/controllers/hitchens/application_controller.rb
Instance Method Summary
collapse
Instance Method Details
#current_ability ⇒ Object
6
7
8
9
|
# File 'app/controllers/hitchens/application_controller.rb', line 6
def current_ability
@current_ability ||= Ability.new(current_hitchens_user)
end
|