Skip to content

Commit cb62598

Browse files
ActionController::Base.helper is public
1 parent 428f201 commit cb62598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/google_sign_in/engine.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class Engine < ::Rails::Engine
55
initializer 'google_sign_in.helper' do
66
ActiveSupport.on_load :action_controller do
77
require 'google_sign_in/helper'
8-
ActionController::Base.send :helper, GoogleSignIn::Helper
8+
ActionController::Base.helper GoogleSignIn::Helper
99
end
1010
end
1111

0 commit comments

Comments
 (0)