Exception: Monarchy::Exceptions::RoleNotRevokable
- Defined in:
- lib/monarchy/exceptions.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
88 89 90 91 |
# File 'lib/monarchy/exceptions.rb', line 88 def "Can not revoke default role when no more roles exists! \ (Use 'revoke_role!' if you know what you are doing )" end |