abstract out faye
This commit is contained in:
+2
-2
@@ -38,8 +38,8 @@ Qrammer::Application.routes.draw do
|
||||
|
||||
# USER
|
||||
#default_url_options format: 'html'
|
||||
match '/user' => redirect('/user/home.html')
|
||||
match '/user/home' => 'user#home', as: :user_root
|
||||
get '/user/home' => 'user#home', as: :user_root
|
||||
match '/user' => 'user#home'
|
||||
get '/user/active_list(.:format)' => 'user#active_list', as: :user_active_list
|
||||
match '/user/list_info' => 'user#list_info', as: :user_list_info, via: [:get, :options]
|
||||
post '/user/needs_help' => 'user#needs_help', as: :user_needs_help
|
||||
|
||||
Reference in New Issue
Block a user