Class: Mks::Auth::UserRole

Inherits:
ApplicationRecord show all
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_nameObject



11
12
13
# File 'app/models/mks/auth/user_role.rb', line 11

def sym_name
  name.underscore.to_sym
end