lockaz_app/app/models/stock_line.rb
Nicolas Bally f20fe482c6 initial
2020-04-06 10:38:07 +02:00

6 lines
97 B
Ruby

class StockLine < ApplicationRecord
belongs_to :stock_block
belongs_to :p_product_ref
end