Module: Racl::ClassMethods

Defined in:
lib/racl.rb

Instance Method Summary collapse

Instance Method Details

#protect_with_raclObject

Hooks the Racl into the controller



6
7
8
# File 'lib/racl.rb', line 6

def protect_with_racl
  before_filter :racl_check
end