ignore omniauth_secrets and dummy initialize in devise.rb

This commit is contained in:
Andreas Stephanides
2013-08-25 13:11:06 +02:00
parent c592bf9d97
commit 1fb193ee2b
2 changed files with 2 additions and 1 deletions

View File

@@ -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 :github, 'APP_ID', 'APP_SECRET', :scope => 'user,public_repo'
config.omniauth :facebook, 'appid', 'secret'
# ==> Warden configuration
# If you want to use other strategies, that are not supported by Devise, or