add new check-in route

This commit is contained in:
phyusin
2018-11-27 11:56:56 +06:30
parent b152636e1f
commit 17d9b21beb
2 changed files with 25 additions and 9 deletions

View File

@@ -77,6 +77,7 @@ scope "(:locale)", locale: /en|mm/ do
namespace :origami do
get "check_in/:dining_id" => "check_in_process#check_in_time"
get "check_in_time/:dining_id/:booking_id" => "check_in_process#check_in_time"
post "check_in" => "check_in_process#check_in_process"
post "request_time" => "check_in_process#request_time"
post "call_waiter" => "call_waiters#index"