mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-07 07:36:58 +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
|