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