day work towards ios and qr optimization

This commit is contained in:
2012-12-11 00:48:29 +01:00
parent 7d0afde69f
commit 7f27d043eb
18 changed files with 287 additions and 253 deletions
+3 -3
View File
@@ -35,8 +35,8 @@ Qwaiter::Application.routes.draw do
# USER
#default_url_options format: 'html'
get '/user/home' => 'user#home', as: :user_root
get '/user' => 'user#home'
get '/user/home' => 'index#home', as: :user_root
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
@@ -65,7 +65,7 @@ Qwaiter::Application.routes.draw do
get '/bars-restaurants' => 'dashboard#bars_restaurants', as: :bars_restaurants
get '/clients' => 'dashboard#clients'
get '/contact' => 'dashboard#contact'
get '/scan' => 'dashboard#scan', as: :scan
get '/s' => 'dashboard#scan', as: :scan
# DEVELOPMENT ONLY
get '/qr' => 'dashboard#qr'