Merge branch 'master' of bitbucket.org:code2lab/sxrestaurant into crm

This commit is contained in:
Aung Myo
2017-06-18 20:18:12 +06:30
53 changed files with 906 additions and 207 deletions

View File

@@ -132,6 +132,7 @@ Rails.application.routes.draw do
#--------- Order Queue Station ------------#
namespace :oqs do
root "home#index"
get "/:table_id", to: "home#get_order_items"
post 'update_delivery', to: "home#update_delivery_status"