Class: CamaleonCms::UserRoleDecorator

Inherits:
ApplicationDecorator 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

Methods inherited from ApplicationDecorator

#_calc_locale, #get_locale, #set_decoration_locale, #the_breadcrumb, #the_created_at, #the_id, #the_keywords, #the_slug, #the_updated_at

Methods included from MetasDecoratorMethods

#the_meta, #the_option

Instance Method Details

#the_contentObject



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

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

#the_titleObject



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

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