add for ygn bbq

This commit is contained in:
Yan
2017-12-04 18:44:18 +06:30
parent 82657cdb8f
commit 840e260c28
4 changed files with 63 additions and 10 deletions

View File

@@ -68,7 +68,8 @@ scope "(:locale)", locale: /en|mm/ do
end
namespace :origami do
post "check_in/:dining_id" => "check_in_process#check_in_process"
get "check_in/:dining_id" => "check_in_process#check_in_time"
post "check_in" => "check_in_process#check_in_process"
post "request_time" => "check_in_process#request_time"
end
end