Class: VerySimpleCms::HtmlBlock

Inherits:
YamlRecord::Base
  • Object
show all
Includes:
SharedHelper
Defined in:
app/models/very_simple_cms/html_block.rb

Instance Method Summary collapse

Methods included from SharedHelper

#dynamic_save_source

Instance Method Details

#to_sObject



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