Sha256: 668e91ec71000b213d9fba82124f10a209a4e0e73cdf201d2d2b10099ac3f91f
Contents?: true
Size: 316 Bytes
Versions: 1
Compression:
Stored size: 316 Bytes
Contents
require 'dm-timestamps' require 'orange/cartons/site_carton' module Orange class PageVersion < Orange::SiteCarton id title :title fulltext :body property :updated_at, DateTime boolean :published property :version, Integer, :default => 0 belongs_to :orange_page, "Orange::Page" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
orange-0.0.13 | lib/orange/cartons/page_version_carton.rb |