many important fixes

This commit is contained in:
2020-02-29 11:43:00 -05:00
parent 2149345d3d
commit 73c207c324
28 changed files with 1463 additions and 242 deletions
+3 -2
View File
@@ -85,16 +85,17 @@ Qwaiter::Application.routes.draw do
end
member do
get :table
get :orders
post :needs_payment
post :move_to_table
post :order_products
post :reject_join_request
post :approve_join_request
end
resources :orders, only: [:index]
#resources :orders, only: [:index]
end
#resources :orders, only: [:create]
resources :orders, only: [:create]
resources :tables do
member do
post :needs_help