javascript translations and default format html

This commit is contained in:
2012-09-17 18:35:16 +02:00
parent 29848bb3cf
commit 2b2b81c23b
7 changed files with 75 additions and 15 deletions
+1
View File
@@ -37,6 +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'
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