User specs in the green

This commit is contained in:
2015-09-21 15:22:43 +02:00
parent cb744943bd
commit 2c3705790c
27 changed files with 112 additions and 30 deletions
+2
View File
@@ -32,6 +32,7 @@ Qwaiter::Application.routes.draw do
resources :product_categories
root to: 'users#index'
end
get 'empty-page' => 'dashboard#empty_page', as: :empty_page
post '/user_app' => 'dashboard#user_app_log' #TODO: separate high speed app at log.mozo.bar
@@ -169,6 +170,7 @@ Qwaiter::Application.routes.draw do
post :mark_helped
post :close
post :remove_needs_payment
post :change_table
end
end
resources :product_categories do