intra_app/app/models/p_tank.rb
Nicolas Bally 761e075bb6 initial
2018-11-08 21:47:30 +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