Sha256: b9ad8417cf0cfd1bb0e21150d7af7b0f2666e8b8372b9f5f32c909e5689a8c21
Contents?: true
Size: 180 Bytes
Versions: 79
Compression:
Stored size: 180 Bytes
Contents
class Text < ActiveRecord::Base include Content field :text, :text, :markup => true has_many :attachments, :as => :attachable accepts_nested_attributes_for :attachments end
Version data entries
79 entries across 79 versions & 1 rubygems