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

@@ -268,7 +268,9 @@ Rails.application.routes.draw do
end
#promotion
resources :promotions
resources :promotions do
resources :promotion_products
end
end