Class: UserRole
- Inherits:
-
ActiveHash::Base
- Object
- ActiveHash::Base
- UserRole
- Includes:
- ActiveHash::Enum
- Defined in:
- app/models/user_role.rb
Overview
ActiveHash containing the application user's roles
Instance Method Summary collapse
Instance Method Details
#title ⇒ Object
21 22 23 |
# File 'app/models/user_role.rb', line 21 def title I18n.t(name, scope: 'activehash.user_role') end |