This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
phone_app/app/models/p_commercial_object_cat.rb
2021-08-23 10:26:02 +02:00

10 lines
244 B
Ruby

class PCommercialObjectCat < ApplicationRecord
belongs_to :p_commercial
belongs_to :p_commercial_objective
belongs_to :p_product_cat
validates :objective_percent, :presence => true
validates :weight_objective, :presence => true
end