1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
This commit is contained in:
Rich Manalang 2009-11-04 11:34:23 +08:00 committed by José Valim
parent 7cfc6078ea
commit 48ef471b75

View file

@ -22,7 +22,7 @@ Devise.setup do |config|
# you can configure them inside the config.warden block. The example below # you can configure them inside the config.warden block. The example below
# allows you to setup OAuth, using http://github.com/roman/warden_oauth # allows you to setup OAuth, using http://github.com/roman/warden_oauth
# #
# config.manager do |manager| # config.warden do |manager|
# manager.oauth(:twitter) do |twitter| # manager.oauth(:twitter) do |twitter|
# twitter.consumer_secret = <YOUR CONSUMER SECRET> # twitter.consumer_secret = <YOUR CONSUMER SECRET>
# twitter.consumer_key = <YOUR CONSUMER KEY> # twitter.consumer_key = <YOUR CONSUMER KEY>