Sha256: 9b51bf43224df238f3da27051b4bd869f8d02978f65f61356ee1fbaa25c507b4
Contents?: true
Size: 305 Bytes
Versions: 14
Compression:
Stored size: 305 Bytes
Contents
require 'dm-timestamps' require 'orange-more/administration/cartons/site_carton' class OrangePageVersion < Orange::SiteCarton id title :title fulltext :body property :updated_at, DateTime boolean :published property :version, Integer, :default => 0 belongs_to :orange_page, "OrangePage" end
Version data entries
14 entries across 14 versions & 1 rubygems