Class: Decidim::ContentBlocks::HtmlCell
- Inherits:
-
ViewModel
- Object
- ViewModel
- Decidim::ContentBlocks::HtmlCell
- Defined in:
- decidim-core/app/cells/decidim/content_blocks/html_cell.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#html_content ⇒ Object
6 7 8 |
# File 'decidim-core/app/cells/decidim/content_blocks/html_cell.rb', line 6 def html_content translated_attribute(model.settings.html_content).html_safe end |