Sha256: da0a6027cda6021036be5586bc00e173f897020db5a07dd93f43a6a72b3a7f42
Contents?: true
Size: 475 Bytes
Versions: 111
Compression:
Stored size: 475 Bytes
Contents
require 'rhom' class Product_s include Rhom::FixedSchema enable :sync set :sync_priority, 2 #should sync after Customer set :schema_version, '1.0' belongs_to :quantity, 'Customer_s' belongs_to :sku, 'Customer_s' property :brand, :string property :created_at, :string property :name, :string property :price, :string property :quantity, :string property :sku, :string property :updated_at, :string end
Version data entries
111 entries across 111 versions & 2 rubygems