User app error handling upgrades

This commit is contained in:
2014-08-25 16:56:30 +02:00
parent 7a16650129
commit 1eeda440ab
11 changed files with 86 additions and 6 deletions
+2
View File
@@ -19,6 +19,8 @@ Qwaiter::Application.routes.draw do
root to: 'users#index'
end
post '/user_app' => 'dashboard#user_app_log' #TODO: separate high speed app at log.mozo.bar
# SUPPLIER
get '/supplier' => 'supplier#home', as: :supplier_root
get '/supplier/active_orders' => 'supplier#active_orders', as: :supplier_active_orders