From 3fd47351d94ddfb7dd0ae959f7932e0a625bdbcc Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Sun, 25 Aug 2013 13:11:40 +0200 Subject: [PATCH] comment out dummy devise provider --- config/initializers/devise.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/initializers/devise.rb b/config/initializers/devise.rb index f164676..b51a43e 100755 --- a/config/initializers/devise.rb +++ b/config/initializers/devise.rb @@ -223,7 +223,7 @@ Devise.setup do |config| # ==> OmniAuth # Add a new OmniAuth provider. Check the wiki for more information on setting # up on your models and hooks. - config.omniauth :facebook, 'appid', 'secret' + #config.omniauth :facebook, 'appid', 'secret' # ==> Warden configuration # If you want to use other strategies, that are not supported by Devise, or