Sha256: 35c2f1ab616aa9b75c845ca6e8ff733de79e6f56a37185a21afb6fa571fe278b

Contents?: true

Size: 276 Bytes

Versions: 2

Compression:

Stored size: 276 Bytes

Contents

# Paragraph
# - Represents a block of content
#
# :kind         - 'Fe::Paragraph' for single table inheritance (STI)
# :content      - instructions, agreements, etc. to display
module Fe
  class Paragraph < Element
    validates_presence_of :content, :on => :update
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fe-1.0.0 app/models/fe/paragraph.rb
fe-0.0.4 app/models/fe/paragraph.rb