Class: Tandem::Content::Text
- Inherits:
-
Tandem::Content
- Object
- ActiveRecord::Base
- Tandem::Content
- Tandem::Content::Text
- 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_content ⇒ Object
3 4 5 |
# File 'app/models/tandem/content/text.rb', line 3 def formatted_content content.presence || '<p>Sample Content</p>' end |