summaryrefslogtreecommitdiff
path: root/app/controllers/spree/admin/taxjar_settings_controller.rb
blob: a3a54b489bac08054273729dfada6a54cacbcd6c (plain)
1
2
3
4
5
6
7
8
module Spree
  module Admin
    class TaxjarSettingsController < Spree::Admin::BaseController
      def show
      end
    end
  end
end