Sha256: e60c68fe89cb388880fd28f13101355f8c6b483c34e35cd4f5a95e71fc55476a
Contents?: true
Size: 567 Bytes
Versions: 110
Compression:
Stored size: 567 Bytes
Contents
require 'rhom' class Product include Rhom::PropertyBag enable :sync #set :partition, :application set :sync_priority, 1 #sync engine should reorder sources belongs_to :quantity, ['Customer'] belongs_to :sku, 'Customer' =begin include Rhom::FixedSchema enable :sync set :schema_version, '1.0' property :brand, :string property :created_at, :string property :name, :string property :price, :string property :quantity, :string property :sku, :string property :updated_at, :string =end end
Version data entries
110 entries across 110 versions & 2 rubygems