class Text < ActiveRecord::Base include Content field :text, :text, :markup => true, :translatable => true has_many :attachments, :as => :attachable accepts_nested_attributes_for :attachments end