Nicolas Bally 3524d4c862 intial
2020-03-18 15:49:29 +01: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