Class: CamaleonCms::CustomFieldDecorator
- Inherits:
-
Draper::Decorator
- Object
- Draper::Decorator
- CamaleonCms::CustomFieldDecorator
- Defined in:
- app/decorators/camaleon_cms/custom_field_decorator.rb
Overview
Camaleon CMS is a content management system
Copyright (C) 2015 by Owen Peredo Diaz
Email: [email protected]
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Affero General Public License (GPLv3) for more details.
Instance Method Summary collapse
Instance Method Details
#the_description ⇒ Object
16 17 18 |
# File 'app/decorators/camaleon_cms/custom_field_decorator.rb', line 16 def the_description h.cama_print_i18n_value(object.description) end |
#the_name ⇒ Object
12 13 14 |
# File 'app/decorators/camaleon_cms/custom_field_decorator.rb', line 12 def the_name h.cama_print_i18n_value(object.name) end |