fix flow to work
This commit is contained in:
@@ -51,6 +51,8 @@ en:
|
||||
supplier:
|
||||
menu:
|
||||
active_lists: Active %{lists}
|
||||
active_lists:
|
||||
title: Active %{lists}
|
||||
user:
|
||||
active_list:
|
||||
title: Active %{list}
|
||||
|
||||
@@ -38,6 +38,7 @@ Qrammer::Application.routes.draw do
|
||||
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
|
||||
post '/active_user_list_needs_payment' => 'dashboard#active_user_list_needs_payment', as: :active_user_list_needs_payment
|
||||
match "/:action", controller: 'dashboard'
|
||||
|
||||
# The priority is based upon order of creation:
|
||||
|
||||
Reference in New Issue
Block a user