move towards mobile deployable app

This commit is contained in:
2012-09-18 14:17:54 +02:00
parent 7730e6de3c
commit 914406f13e
10 changed files with 85 additions and 36 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ Qrammer::Application.routes.draw do
match '/supplier/settings' => 'supplier#update', as: :supplier_update_settings, via: [:put, :post]
# USER
default_url_options format: 'html'
default_url_options format: 'html', host: 'bladiblah'
match '/user' => 'user#home', 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