Class: UserRole

Inherits:
ActiveHash::Base
  • Object
show all
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

#titleObject



21
22
23
# File 'app/models/user_role.rb', line 21

def title
  I18n.t(name, scope: 'activehash.user_role')
end