reservation data

This commit is contained in:
phyusin
2018-09-28 15:54:17 +06:30
parent 786dd8c490
commit 5a0473d777
18 changed files with 313 additions and 63 deletions

View File

@@ -326,7 +326,7 @@ scope "(:locale)", locale: /en|mm/ do
# get 'sale/:sale_id/:type/credit_payment/others_payment/GiftVoucher' => "gift_voucher#index"
#------------- Start Reservation -------------------#
get '/reservation' => "reservation#index"
resources :reservation
#------------- End Reservation -------------------#
end