We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Remove 'user_omniauth_authorize_path(:provider)' because it has been removed since 4.2.0.
Updated How To: OmniAuth inside localized scope (markdown)
I believe calling `devise_for` a second time with the controllers arg overwrites the devise controllers (ie the devise mapping), so the omniauth callbacks controller needs to be passed both times
Typo. "locle" to "locale"
Fix typos and unclear comment
Add the "a" in auth_callbacks
Updated How To: OmniAuth inside localized scope. (markdown)