Sha256: f5246b73b325d35939ee1cde1f953c9e03f405bfab199030caad56cb9d0b2f02
Contents?: true
Size: 312 Bytes
Versions: 1
Compression:
Stored size: 312 Bytes
Contents
require 'dm-timestamps' require 'orange/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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
orange-0.0.13 | lib/orange/cartons/page_carton.rb |