End of day commit

This commit is contained in:
2014-07-21 20:31:11 +02:00
parent 2fec0b3bb6
commit 8ca59c4e38
27 changed files with 258 additions and 94 deletions
+5 -1
View File
@@ -135,7 +135,11 @@ Qwaiter::Application.routes.draw do
post :sort
end
end
resources :orders, only: [:index, :show]
resources :orders, only: [:index, :show] do
member do
post :cancel
end
end
root to: 'sections#index'
end