Module: Ixtlan::Guard::Allowed

Defined in:
lib/ixtlan/guard/guard_rails.rb

Defined Under Namespace

Modules: InstanceMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object

Inclusion hook to make #allowed available as method



197
198
199
# File 'lib/ixtlan/guard/guard_rails.rb', line 197

def self.included(base)
  base.send(:include, InstanceMethods)
end