mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
8 lines
183 B
Ruby
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
|