Sha256: 13a9184a52593d856475510a39db838b76b49f51f746be156335747a8077613c
Contents?: true
Size: 299 Bytes
Versions: 1
Compression:
Stored size: 299 Bytes
Contents
module Unidom::Inventory::Concerns::AsInventoryItem extend ActiveSupport::Concern included do |includer| belongs_to :stored, polymorphic: true belongs_to :store, polymorphic: true belongs_to :lot, class_name: 'Unidom::Inventory::Lot' end module ClassMethods end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
unidom-inventory-0.4 | app/models/unidom/inventory/concerns/as_inventory_item.rb |