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

10 lines
178 B
Ruby

class PFournisseurOrder < ActiveRecord::Base
belongs_to :p_fournisseur
has_many :p_product_brut_stocks
accepts_nested_attributes_for :p_product_brut_stocks
end