Sha256: afc0a3c4587191c873c23ad111a3ff7874f3f2897a8b01c3db5074688c25fe7a

Contents?: true

Size: 466 Bytes

Versions: 5

Compression:

Stored size: 466 Bytes

Contents

# =========================================================
# this model is used to modify Rails template content using
# inverter gem
# ---------------------------------------------------------
class Page
  include Mongoid::Document
  # include Mongoid::SerializableId
  include Mongoid::Inverter
  include Mongoid::Slug
  # include Mongoid::Orderable

  # attributes
  field :_scope,         type: String
  field :hero_image_url, type: String, default: ''
end




Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
inverter-0.5.1 test/rails_app/app/models/page.rb
inverter-0.5.0 test/rails_app/app/models/page.rb
inverter-0.4.7 test/rails_app/app/models/page.rb
inverter-0.4.6 test/rails_app/app/models/page.rb
inverter-0.4.5 test/rails_app/app/models/page.rb