mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
typo
This commit is contained in:
parent
7cfc6078ea
commit
48ef471b75
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue