add testing device images and a lot more, before bootstrap:themed
This commit is contained in:
+6
-1
@@ -14,7 +14,7 @@ Qrammer::Application.routes.draw do
|
||||
resources :suppliers do
|
||||
member do
|
||||
get :product_list
|
||||
get :active_order_list
|
||||
get :active_orders
|
||||
get :active_lists
|
||||
end
|
||||
end
|
||||
@@ -29,6 +29,11 @@ Qrammer::Application.routes.draw do
|
||||
|
||||
match "/:action", controller: 'dashboard'
|
||||
match '/view_active_list' => 'dashboard#view_active_list', as: :view_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_history' => 'dashboard#user_history', as: :user_history
|
||||
|
||||
# The priority is based upon order of creation:
|
||||
# first created -> highest priority.
|
||||
|
||||
Reference in New Issue
Block a user