Class: Mks::Auth::UserRole
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Mks::Auth::UserRole
- Defined in:
- app/models/mks/auth/user_role.rb
Overview
A model to represent various roles of users in the system
Instance Method Summary collapse
Instance Method Details
#sym_name ⇒ Object
11 12 13 |
# File 'app/models/mks/auth/user_role.rb', line 11 def sym_name name.underscore.to_sym end |