Skip to content

Commit

Permalink
Merge pull request #3570 from coorasse/patch-1
Browse files Browse the repository at this point in the history
Remove non-existing middleware
  • Loading branch information
aldesantis authored Apr 3, 2020
2 parents 68cad80 + 2442e39 commit 99c6ba9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/lib/spree/backend/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
module Spree
module Backend
class Engine < ::Rails::Engine
config.middleware.use "Spree::Backend::Middleware::SeoAssist"

# Leave initializer empty for backwards-compatability. Other apps
# might still rely on this event.
initializer "spree.backend.environment", before: :load_config_initializers do; end
Expand Down

0 comments on commit 99c6ba9

Please sign in to comment.