Class: CamaleonCms::CustomFieldDecorator

Inherits:
Draper::Decorator
  • Object
show all
Defined in:
app/decorators/camaleon_cms/custom_field_decorator.rb

Instance Method Summary collapse

Instance Method Details

#the_descriptionObject



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

def the_description
  h.cama_print_i18n_value(object.description)
end

#the_nameObject



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

def the_name
  h.cama_print_i18n_value(object.name)
end