Sha256: 11283d3f3411abeb8f3e69dc1a5f8d742ef5efcfa879fbd58b3dcbb8d5c8073d
Contents?: true
Size: 295 Bytes
Versions: 5
Compression:
Stored size: 295 Bytes
Contents
require 'rails/railtie' require 'google_sign_in/helper' module GoogleSignIn class Engine < ::Rails::Engine initializer :google_sign_in do |app| ActiveSupport.on_load :action_controller do ActionController::Base.send :helper, GoogleSignIn::Helper end end end end
Version data entries
5 entries across 5 versions & 1 rubygems