serializer stuff

This commit is contained in:
2015-09-14 18:53:58 +02:00
parent 36e5b21b13
commit ef894f9e02
37 changed files with 141 additions and 63 deletions
+1 -1
View File
@@ -54,7 +54,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' => 'user#index'
#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