Skip to content

Commit

Permalink
Merge pull request solidusio#91 from mamhoff/remove-call-to-load-subs…
Browse files Browse the repository at this point in the history
…cribers

Remove call to `load_solidus_subscribers_from`
  • Loading branch information
tvdeyen authored Dec 12, 2024
2 parents 61cff31 + b7663dd commit 7141026
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/solidus_support/engine_extensions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def self.included(engine)
module ClassMethods
def activate
load_solidus_decorators_from(solidus_decorators_root)
load_solidus_subscribers_from(solidus_subscribers_root)
end

# Loads decorator files.
Expand Down

0 comments on commit 7141026

Please sign in to comment.