Merge pull request #1224 from tsigo/omniauth_sample_syntax

Fix invalid syntax in OmniAuth initializer sample
This commit is contained in:
Dmitriy Zaporozhets 2012-08-11 23:49:48 -07:00
commit a483090b73

View file

@ -2,7 +2,7 @@
# The wiki has further details on configuring each provider.
Devise.setup do |config|
# config.omniauth :github 'APP_ID', 'APP_SECRET', :scope => 'user,public_repo'
# config.omniauth :github, 'APP_ID', 'APP_SECRET', :scope => 'user,public_repo'
# config.omniauth :ldap,
# :host => 'YOUR_LDAP_SERVER',