From 0d18b1a032d520719299fab15928805cb1d3c8f7 Mon Sep 17 00:00:00 2001 From: luisramos0 Date: Tue, 17 Sep 2019 17:45:30 +0100 Subject: [PATCH] Bring spree/admin configuration routes to ofn --- config/routes/spree.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/routes/spree.rb b/config/routes/spree.rb index 94da909f8b..88a238e85b 100644 --- a/config/routes/spree.rb +++ b/config/routes/spree.rb @@ -88,6 +88,10 @@ Spree::Core::Engine.routes.prepend do put :clear_api_key end end + + resources :tax_rates + resource :tax_settings + resources :tax_categories end resources :orders do