Class: Blogg::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/blogg/application_controller.rb

Direct Known Subclasses

PostsController

Instance Method Summary collapse

Instance Method Details

#current_abilityObject

layout ‘blogg/application’



12
13
14
# File 'app/controllers/blogg/application_controller.rb', line 12

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