Sha256: 5b2afc596251cfc31b7e6212470ff682da83eb30b15611ff1ba52e4df0a93747

Contents?: true

Size: 521 Bytes

Versions: 1

Compression:

Stored size: 521 Bytes

Contents

class Offerpage
  include Mongoid::Document
  field :title, :type => String
  field :filename, :type => String
  field :description, :type => String
  field :keywords, :type => String
  field :image_url, :type => String
  field :headline, :type => String
  field :subhead, :type => String
  field :content_block1, :type => String
  field :content_block2, :type => String
  field :offer_block, :type => String
  field :testimonials, :type => String
  field :video, :type => String
  field :published, :type => Boolean
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
website_builder_engine-0.0.3 app/models/offerpage.rb