Update casing of 'OmniAuth' to match that of official OmniAuth documentation

This commit is contained in:
Dave Powers
2014-11-14 14:45:09 -05:00
parent c47ab5e6cf
commit 63ae9701b4
7 changed files with 12 additions and 12 deletions

View File

@@ -257,7 +257,7 @@ Devise.setup do |config|
# The router that invoked `devise_for`, in the example above, would be:
# config.router_name = :my_engine
#
# When using omniauth, Devise cannot automatically set Omniauth path,
# When using OmniAuth, Devise cannot automatically set OmniAuth path,
# so you need to do it manually. For the users scope, it would be:
# config.omniauth_path_prefix = '/my_engine/users/auth'
end