abstract out faye

This commit is contained in:
2012-11-29 11:32:22 +01:00
parent 0fa0d1e0ba
commit b9c0ca326b
11 changed files with 25 additions and 18 deletions
+2 -2
View File
@@ -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