qi6_app/app/models/p_tank.rb
2019-05-17 12:30:45 +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