Class: CamaleonCms::UserRoleDecorator
- Inherits:
-
ApplicationDecorator
- Object
- Draper::Decorator
- ApplicationDecorator
- CamaleonCms::UserRoleDecorator
- 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, #marshal_dump, #marshal_load, #set_decoration_locale, #the_breadcrumb, #the_created_at, #the_id, #the_keywords, #the_slug, #the_updated_at
Methods included from MetasDecoratorMethods
Instance Method Details
#the_content ⇒ Object
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_title ⇒ Object
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 |