qi6_app/app/models/p_vol_except.rb
2019-05-17 12:30:45 +02:00

14 lines
191 B
Ruby

class PVolExcept < ApplicationRecord
belongs_to :p_brut_product
belongs_to :p_volucompteur
validates :justif, :presence => true
validates :qte, :presence => true
end