6 lines
97 B
Ruby
6 lines
97 B
Ruby
class StockLine < ApplicationRecord
|
|
belongs_to :stock_block
|
|
|
|
belongs_to :p_product_ref
|
|
end
|