backup push
This commit is contained in:
+7
-2
@@ -22,18 +22,23 @@ Qrammer::Application.routes.draw do
|
||||
member do
|
||||
get :current
|
||||
post :is_closed
|
||||
post :is_helped
|
||||
end
|
||||
end
|
||||
resources :products
|
||||
resources :product_categories
|
||||
|
||||
match "/:action", controller: 'dashboard'
|
||||
match '/view_active_list' => 'dashboard#view_active_list', as: :view_active_list
|
||||
match '/view_active_list' => 'dashboard#view_active_list', as: :view_active_list # depricated
|
||||
match '/view_active_list' => 'dashboard#view_active_list', as: :user_active_list
|
||||
match '/phone_home' => 'dashboard#phone_home', as: :phone_root
|
||||
match '/supplier_home' => 'dashboard#supplier_home', as: :supplier_root
|
||||
match '/supplier_home' => 'dashboard#supplier_home', as: :supplier_orders
|
||||
match '/supplier_lists' => 'dashboard#supplier_lists', as: :supplier_lists
|
||||
match '/user_list_info' => 'dashboard#user_list_info', as: :user_list_info
|
||||
match '/user_history' => 'dashboard#user_history', as: :user_history
|
||||
match '/show_products' => 'dashboard#show_products', as: :user_products
|
||||
post '/active_user_list_needs_help' => 'dashboard#active_user_list_needs_help', as: :active_user_list_needs_help
|
||||
match "/:action", controller: 'dashboard'
|
||||
|
||||
# The priority is based upon order of creation:
|
||||
# first created -> highest priority.
|
||||
|
||||
Reference in New Issue
Block a user