Mostly enriching supplier's user info with number of lists finished at the restaurant

This commit is contained in:
2020-03-06 19:27:44 -05:00
parent f1ef618dae
commit eda3fc280b
7 changed files with 66 additions and 8 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ Qwaiter::Application.routes.draw do
get 'employee_and_supplier', controller: 'application'
resources :suppliers do
member do
get :switch_to
post :switch_to
post :mark_as_open
post :mark_as_closed
end