intra_app/app/models/p_tank_stock.rb
Nicolas Bally 761e075bb6 initial
2018-11-08 21:47:30 +01:00

5 lines
92 B
Ruby

class PTankStock < ActiveRecord::Base
belongs_to :p_brut_product
belongs_to :p_tank
end