Module: SpreeCmCommissioner::PriceDecorator

Defined in:
app/models/spree_cm_commissioner/price_decorator.rb

Class Method Summary collapse

Class Method Details

.prepended(base) ⇒ Object



3
4
5
# File 'app/models/spree_cm_commissioner/price_decorator.rb', line 3

def self.prepended(base)
  base.belongs_to :inventory_item, class_name: 'SpreeCmCommissioner::InventoryItem', inverse_of: :prices, optional: true
end