Sha256: 2ffd022693e4de54cc1efdeea90b9b7702e45b92290bec18e93a6197a6fe585a

Contents?: true

Size: 332 Bytes

Versions: 4

Compression:

Stored size: 332 Bytes

Contents

require 'dm-timestamps'
require 'orange-more/administration/cartons/site_carton'
module Orange
  class Page < Orange::SiteCarton
    id
    front do
      title :title
      fulltext :body
    end
    boolean :published, :default => false
    
    property :updated_at, DateTime
    has n, :versions, "Orange::PageVersion"
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
orange-0.1.2 lib/orange-more/pages/cartons/page_carton.rb
orange-0.1.0 lib/orange-more/pages/cartons/page_carton.rb
orange-0.0.15 lib/orange-more/pages/cartons/page_carton.rb
orange-0.0.14 lib/orange-more/pages/cartons/page_carton.rb