coton_app/app/models/p_tank.rb
2018-12-15 14:06:53 +01:00

9 lines
134 B
Ruby

class PTank < ActiveRecord::Base
belongs_to :p_brut_product
has_many :p_product_brut_stocks
has_many :p_sheet_lines
end