We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a7db5 commit 9eef0a7Copy full SHA for 9eef0a7
1 file changed
lib/spree/auth/engine.rb
@@ -23,7 +23,7 @@ class Engine < Rails::Engine
23
auth.prepare_backend if SolidusSupport.backend_available?
24
auth.prepare_frontend if SolidusSupport.frontend_available?
25
26
- ApplicationController.send :include, Spree::AuthenticationHelpers
+ ApplicationController.include Spree::AuthenticationHelpers
27
end
28
29
def self.prepare_backend
0 commit comments