Class: ActionController::Base
- Inherits:
-
Object
- Object
- ActionController::Base
- Defined in:
- lib/mongoid_ability.rb
Instance Method Summary collapse
Instance Method Details
#current_ability ⇒ Object
20 21 22 |
# File 'lib/mongoid_ability.rb', line 20 def current_ability @current_ability ||= MongoidAbility::Ability.new(current_user) end |