Sha256: b902a508c9dd2731c92eb31e925897ddadef1ab61620cb0555c40a820ddf3a84
Contents?: true
Size: 391 Bytes
Versions: 18
Compression:
Stored size: 391 Bytes
Contents
module Unidom::Inventory::Concerns::AsStore extend ActiveSupport::Concern included do |includer| has_many :grouped_inventory_items, class_name: 'Unidom::Inventory::GroupedInventoryItem', foreign_key: :store_id has_many :serialized_inventory_items, class_name: 'Unidom::Inventory::SerializedInventoryItem', foreign_key: :store_id end module ClassMethods end end
Version data entries
18 entries across 18 versions & 1 rubygems