Nicolas Bally 7b2e6811dd initial
2020-06-05 11:10:02 +02:00

9 lines
133 B
Ruby

class PTank < ApplicationRecord
belongs_to :p_brut_product
has_many :p_product_brut_stocks
has_many :p_sheet_lines
end