1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00
omniauth--omniauth/oa-openid/lib/omniauth/openid.rb
2010-07-19 10:07:21 -05:00

8 lines
183 B
Ruby

require 'omniauth/core'
module OmniAuth
module Strategies
autoload :OpenID, 'omniauth/strategies/open_id'
autoload :GoogleApps, 'omniauth/strategies/google_apps'
end
end