Class: Blogg::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Blogg::ApplicationController
- Defined in:
- app/controllers/blogg/application_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#current_ability ⇒ Object
layout Blogg.layout.
Instance Method Details
#current_ability ⇒ Object
layout Blogg.layout
12 13 14 |
# File 'app/controllers/blogg/application_controller.rb', line 12 def current_ability @current_ability ||= UserAbility.new(current_user) end |