wip plugin
This commit is contained in:
parent
78da4feafe
commit
f9229034de
13 changed files with 100 additions and 0 deletions
5
plugins/bnn_upload/config/routes.rb
Normal file
5
plugins/bnn_upload/config/routes.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Rails.application.routes.draw do
|
||||
scope '/:foodcoop' do
|
||||
get '/order/send_result_to_supplier_modal' => 'orders#send_result_to_supplier_modal'
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue