C&V test improvements

This commit is contained in:
2015-09-23 17:14:53 +02:00
parent 735ed9b70d
commit 81d4545104
12 changed files with 33 additions and 14 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ Qwaiter::Application.routes.draw do
# USER
#default_url_options format: 'html'
#get '/user/index' => 'user#index', as: :user_root
get '/user' => 'user#index'
#get '/user/index.html#' => 'user#index', as: :user_root
#get '/user/active_list(.:format)' => 'user#active_list', as: :user_active_list
#get '/user/list_info' => 'user#list_info', as: :user_list_info, via: [:get, :options]
#post '/user/needs_help' => 'user#needs_help', as: :user_needs_help