Sha256: e4baac52fd98ae86fd6549733eeb2a0e2c66ea15a65c60815e5346ab922da16c
Contents?: true
Size: 227 Bytes
Versions: 1
Compression:
Stored size: 227 Bytes
Contents
require 'omniauth' require 'omniauth-identity' module OdaniaOmniauthAuthentication class Engine < ::Rails::Engine ActiveSupport.on_load(:action_controller) do include OdaniaOmniauthAuthentication::Helper end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
odania_omniauth_authentication-0.0.2 | lib/odania_omniauth_authentication/engine.rb |