summaryrefslogtreecommitdiff
path: root/lib/super_good/engine.rb
blob: a73edd53c9e93e11b16090ebab4491696dbce9a5 (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

module SuperGoodSolidusTaxjar
  class Engine < Rails::Engine
    isolate_namespace Spree
    engine_name 'super_good-solidus_taxjar'
  end
end