move receive screen to orders

This commit is contained in:
wvengen 2013-12-18 21:06:05 +01:00
parent 94b4454a1b
commit d299fa4870
10 changed files with 75 additions and 79 deletions

View file

@ -38,6 +38,10 @@ Foodsoft::Application.routes.draw do
member do
post :finish
post :add_comment
get :receive
post :receive
get :add_article
end
end
@ -146,10 +150,6 @@ Foodsoft::Application.routes.draw do
resources :order_articles
end
resources :receive do
get :add_article
end
resources :group_order_articles do
member do
put :update_result