Module: Racl::ClassMethods
- Defined in:
- lib/racl.rb
Instance Method Summary collapse
-
#protect_with_racl ⇒ Object
Hooks the Racl into the controller.
Instance Method Details
#protect_with_racl ⇒ Object
Hooks the Racl into the controller
6 7 8 |
# File 'lib/racl.rb', line 6 def protect_with_racl before_filter :racl_check end |