Class: CamaleonCms::UserRoleDecorator
- Inherits:
-
ApplicationDecorator
- Object
- ApplicationDecorator
- CamaleonCms::UserRoleDecorator
show all
- Includes:
- CustomFieldsConcern
- Defined in:
- app/decorators/camaleon_cms/user_role_decorator.rb
Instance Method Summary
collapse
#render_fields, #the_field, #the_field_grouped, #the_fields, #the_fields_grouped, #the_json_field, #the_json_fields
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
|