Merge branch 'adminbsb_ui_changes' of bitbucket.org:code2lab/sxrestaurant

This commit is contained in:
phyusin
2018-09-28 15:55:24 +06:30
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