Files
sx-fc/app/models/promotion_product.rb
2017-08-21 17:38:07 +06:30

4 lines
71 B
Ruby

class PromotionProduct < ApplicationRecord
belongs_to :promotion
end