Current state with 6 failures is considered to be better than the previous one

This commit is contained in:
2014-07-31 18:07:06 +02:00
parent 2e7be84a2e
commit c0c25673bf
9 changed files with 50 additions and 13 deletions
+2 -2
View File
@@ -61,7 +61,7 @@ Qwaiter::Application.routes.draw do
post '/user/order_selected_products' => 'user#order_selected_products', as: :user_order_selected_products
post '/user/move_table' => 'user#move_table', as: :user_move_table
get '/user/table_info' => 'user#table_info', as: :user_table_info
get '/user/join_occupied_table' => 'user#join_occupied_table', as: :user_join_occupied_table
# get '/user/join_occupied_table' => 'user#join_occupied_table', as: :user_join_occupied_table
post '/user/join_occupied_table' => 'user#request_to_join_occupied_table'
post '/user/reject_join_request' => 'user#reject_join_request'
post '/user/approve_join_request' => 'user#approve_join_request'
@@ -96,7 +96,7 @@ Qwaiter::Application.routes.draw do
#get '/contact' => 'dashboard#contact'
get '/s' => redirect('/scan'), as: :scan
# DEVELOPMENT ONLY
# DEVELOPMENT ONLY
get '/qr' => 'dashboard#qr'
get '/demo_both' => 'dashboard#demo_both'