module Maybee::AuthorizationSubject
Public Instance Methods
may?(access, object)
click to toggle source
# File lib/maybee/authorization_subject.rb, line 5 def may?(access, object) object.allow?(access, self) end