Module: Allowance::ActiveRecordExtensions::ClassMethods

Defined in:
lib/allowance/activerecord_ext.rb

Instance Method Summary collapse

Instance Method Details

#allowed(subject, verb = nil) ⇒ Object



8
9
10
# File 'lib/allowance/activerecord_ext.rb', line 8

def allowed(subject, verb = nil)
  subject.allowed_scope(self, verb)
end