We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 428f201 commit cb62598Copy full SHA for cb62598
lib/google_sign_in/engine.rb
@@ -5,7 +5,7 @@ class Engine < ::Rails::Engine
5
initializer 'google_sign_in.helper' do
6
ActiveSupport.on_load :action_controller do
7
require 'google_sign_in/helper'
8
- ActionController::Base.send :helper, GoogleSignIn::Helper
+ ActionController::Base.helper GoogleSignIn::Helper
9
end
10
11
0 commit comments