update order & reservation

This commit is contained in:
Aung Myo
2018-04-09 11:51:39 +06:30
parent dd3544bdff
commit 66df760323
6 changed files with 90 additions and 2 deletions

View File

@@ -257,6 +257,8 @@ scope "(:locale)", locale: /en|mm/ do
post '/customer_view' => "second_display#customer_view",:as => "customer_view", :defaults => { :format => 'json' }
#order and reservation
resources :order_reservation
end
#--------- Waiter/Ordering Station ------------#