Supplier mail changing and polishing
This commit is contained in:
+6
-1
@@ -97,7 +97,12 @@ Qwaiter::Application.routes.draw do
|
||||
get :preview_products
|
||||
end
|
||||
end
|
||||
resources :lists
|
||||
resources :lists do
|
||||
collection do
|
||||
get :active
|
||||
get :at_date
|
||||
end
|
||||
end
|
||||
resources :product_categories do
|
||||
collection do
|
||||
post :sort
|
||||
|
||||
Reference in New Issue
Block a user