Use OrderArticle#create in receive form instead of Order#add_article
This commit is contained in:
parent
59c118a171
commit
033aa90698
6 changed files with 36 additions and 55 deletions
|
|
@ -41,8 +41,8 @@ Foodsoft::Application.routes.draw do
|
|||
|
||||
get :receive
|
||||
post :receive
|
||||
get :add_article
|
||||
|
||||
get :receive_on_order_article_create
|
||||
get :receive_on_order_article_update
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue