Class: AccountRole

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
ActiveUUID::UUID
Defined in:
app/models/account_role.rb

Class Method Summary collapse

Methods included from ActiveUUID::UUID

#fix_uuid_strings, included

Class Method Details

.rolesObject



16
17
18
# File 'app/models/account_role.rb', line 16

def self.roles
  APP_ROLES['roles']
end