We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
adding rails 6 example which removes deprecation warnings
Updated OmniAuth with multiple models (markdown)
When following these directions with Rails 5, you get an error when using `to` in the routes. It says the controller can't be found. With Rails 5, specifying the `controller` option instead of `to` causes the routes to generate properly.
Fixed a small typo
fix typo
Explain the purpose of the `on_failure` hook
Fixed typo.
Created OmniAuth with multiple models (markdown)