Class: ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- ApplicationController
- Defined in:
- app/controllers/hydra/application_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#current_ability ⇒ Object
2 3 4 |
# File 'app/controllers/hydra/application_controller.rb', line 2 def current_ability @current_ability ||= Ability.new(current_user, session) end |