Module: Clerk::Clerked
- Extended by:
- ActiveSupport::Concern
- Defined in:
- app/models/concerns/clerk/clerked.rb
Instance Method Summary collapse
Instance Method Details
#has_role?(role, account) ⇒ Boolean
29 30 31 |
# File 'app/models/concerns/clerk/clerked.rb', line 29 def has_role?(role, account) account.has_role?(role, self) end |
#roles_for(account) ⇒ Object
33 34 35 |
# File 'app/models/concerns/clerk/clerked.rb', line 33 def roles_for(account) account.roles_for(self) end |