Class: VerySimpleCms::HtmlBlock
- Inherits:
-
YamlRecord::Base
- Object
- YamlRecord::Base
- VerySimpleCms::HtmlBlock
- Includes:
- SharedHelper
- Defined in:
- app/models/very_simple_cms/html_block.rb
Instance Method Summary collapse
Methods included from SharedHelper
Instance Method Details
#to_s ⇒ Object
11 12 13 |
# File 'app/models/very_simple_cms/html_block.rb', line 11 def to_s {title: title, body: body, dynamic_source: dynamic_source, updated_at: updated_at}.to_s end |