many important fixes
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user