add rute and controller method to orders controller

This commit is contained in:
viehlieb 2023-02-14 16:54:03 +01:00
parent e540cb1e59
commit 259d919175
2 changed files with 15 additions and 1 deletions

View file

@ -47,6 +47,7 @@ Rails.application.routes.draw do
get :receive
post :receive
get :custom_csv
get :receive_on_order_article_create
get :receive_on_order_article_update
end