Skip to content

Commit

Permalink
rename tqq2 to tqq
Browse files Browse the repository at this point in the history
  • Loading branch information
wenke committed Oct 19, 2012
1 parent d0fcc91 commit 6003d6d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/omniauth/strategies/tqq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

module OmniAuth
module Strategies
class Tqq2 < OmniAuth::Strategies::OAuth2
class Tqq < OmniAuth::Strategies::OAuth2
# Give your strategy a name.
option :name, "tqq"
# option :name, "tqq"

# This is where you pass the options you would pass when
# initializing your consumer from the OAuth gem.
Expand Down Expand Up @@ -72,3 +72,5 @@ def raw_info
end
end
end

# OmniAuth.config.add_camelization "tqq", "Tqq"

0 comments on commit 6003d6d

Please sign in to comment.