Promotion Product Add

This commit is contained in:
Phyo
2017-08-21 17:38:07 +06:30
parent 8caf4b2612
commit e9ba56826c
16 changed files with 302 additions and 7 deletions

View File

@@ -0,0 +1,3 @@
class PromotionProduct < ApplicationRecord
belongs_to :promotion
end