mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-14 04:04:23 +00:00
8 lines
166 B
Ruby
8 lines
166 B
Ruby
Spree::Core::Engine.routes.prepend do
|
|
namespace :admin do
|
|
namespace :reports do
|
|
resource :enterprise_fee_summary, only: [:new, :create]
|
|
end
|
|
end
|
|
end
|