summaryrefslogtreecommitdiff
path: root/app/controllers/spree/admin/taxjar_settings_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/spree/admin/taxjar_settings_controller.rb')
-rw-r--r--app/controllers/spree/admin/taxjar_settings_controller.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/controllers/spree/admin/taxjar_settings_controller.rb b/app/controllers/spree/admin/taxjar_settings_controller.rb
new file mode 100644
index 0000000..a3a54b4
--- /dev/null
+++ b/app/controllers/spree/admin/taxjar_settings_controller.rb
@@ -0,0 +1,8 @@
+module Spree
+ module Admin
+ class TaxjarSettingsController < Spree::Admin::BaseController
+ def show
+ end
+ end
+ end
+end