Class: CamaleonCms::UserRoleDecorator

Inherits:
ApplicationDecorator
  • Object
show all
Includes:
CustomFieldsConcern
Defined in:
app/decorators/camaleon_cms/user_role_decorator.rb

Instance Method Summary collapse

Methods included from CustomFieldsConcern

#render_fields, #the_field, #the_field_grouped, #the_fields, #the_fields_grouped, #the_json_field, #the_json_fields

Instance Method Details

#the_contentObject



10
11
12
# File 'app/decorators/camaleon_cms/user_role_decorator.rb', line 10

def the_content
  object.description.to_s.translate(get_locale)
end

#the_titleObject



6
7
8
# File 'app/decorators/camaleon_cms/user_role_decorator.rb', line 6

def the_title
  object.name.to_s.translate(get_locale)
end