Skip to content

Commit

Permalink
Minor changes to Gem
Browse files Browse the repository at this point in the history
  • Loading branch information
zquestz committed Nov 3, 2011
1 parent 40c55e6 commit abbe165
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/omniauth/strategies/google_oauth2.rb
Expand Up @@ -2,7 +2,9 @@

module OmniAuth
module Strategies
class GoogleOauth2 < OmniAuth::Strategies::OAuth2
class GoogleOauth2
include OmniAuth::Strategy

option :client_options, {
:site => 'https://accounts.google.com',
:authorize_url => '/o/oauth2/auth',
Expand Down

0 comments on commit abbe165

Please sign in to comment.