foodsoft_group_order_invoice/config/routes.rb
Philipp Rothmann ffe798dc1b initial commit
Co-authored-by: viehlieb <pf@pragma-shift.net>
2023-07-24 12:04:33 +02:00

6 lines
No EOL
185 B
Ruby

Rails.application.routes.draw do
scope '/:foodcoop' do
post 'finance/group_order_invoice', to: 'group_order_invoices#create_multiple'
resources :group_order_invoices
end
end