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



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

def the_description
  h.cama_print_i18n_value(object.description)
end

#the_nameObject



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

def the_name
  h.cama_print_i18n_value(object.name)
end