vita_app/app/models/product_stock.rb
Nicolas Bally 1d3af87d4c initial
2016-04-28 10:07:08 +02:00

6 lines
122 B
Ruby

class ProductStock < ActiveRecord::Base
belongs_to :product
belongs_to :product_size
belongs_to :product_option
end