Class: Tandem::Content::Text

Inherits:
Tandem::Content show all
Defined in:
app/models/tandem/content/text.rb

Instance Method Summary collapse

Methods inherited from Tandem::Content

#link?, scoped_type, simple_type, simple_types, subclass_names, valid_simple_type?

Instance Method Details

#formatted_contentObject



3
4
5
# File 'app/models/tandem/content/text.rb', line 3

def formatted_content
  content.presence || '<p>Sample Content</p>'
end