Module: Ixtlan::Guard::Allowed
- Defined in:
- lib/ixtlan/guard/guard_rails.rb
Defined Under Namespace
Modules: InstanceMethods
Class Method Summary collapse
-
.included(base) ⇒ Object
Inclusion hook to make #allowed available as method.
Class Method Details
.included(base) ⇒ Object
Inclusion hook to make #allowed available as method
198 199 200 |
# File 'lib/ixtlan/guard/guard_rails.rb', line 198 def self.included(base) base.send(:include, InstanceMethods) end |