comment out dummy devise provider

This commit is contained in:
Andreas Stephanides
2013-08-25 13:11:40 +02:00
parent 1fb193ee2b
commit 3fd47351d9

View File

@@ -223,7 +223,7 @@ Devise.setup do |config|
# ==> OmniAuth # ==> OmniAuth
# Add a new OmniAuth provider. Check the wiki for more information on setting # Add a new OmniAuth provider. Check the wiki for more information on setting
# up on your models and hooks. # up on your models and hooks.
config.omniauth :facebook, 'appid', 'secret' #config.omniauth :facebook, 'appid', 'secret'
# ==> Warden configuration # ==> Warden configuration
# If you want to use other strategies, that are not supported by Devise, or # If you want to use other strategies, that are not supported by Devise, or