Skip to content

Commit 9eef0a7

Browse files
committed
Include AuthenticationHelper using include directly
1 parent 01a7db5 commit 9eef0a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/spree/auth/engine.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Engine < Rails::Engine
2323
auth.prepare_backend if SolidusSupport.backend_available?
2424
auth.prepare_frontend if SolidusSupport.frontend_available?
2525

26-
ApplicationController.send :include, Spree::AuthenticationHelpers
26+
ApplicationController.include Spree::AuthenticationHelpers
2727
end
2828

2929
def self.prepare_backend

0 commit comments

Comments
 (0)