Sha256: ed328df7e41c78bc8897be00e7eb9e6e04a37b298c06d6703a4646079ff6cc76
Contents?: true
Size: 421 Bytes
Versions: 8
Compression:
Stored size: 421 Bytes
Contents
ProductInstance.class_eval do # A ProductInstance can be referenced by more than one inventory entry via overbooking or # "first-come, first serve" inventory strategies. This is a cross-reference entity that # allows this kind of relationship, which is optional depending on business circumstances. has_many :prod_instance_inv_entries has_many :inventory_entries, :through => :prod_instance_inv_entries end
Version data entries
8 entries across 8 versions & 1 rubygems