1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/test/omniauth
Lucas Mazza ec07bdb315 Do not use the dynamic :action segment on Omniauth routes.
This was deprecated on rails/rails#23980.

We now generate scope and provider specific routes, like `user_facebook_omniauth_callback`
or `user_github_omniauth_callback`.

We could deprecate the `omniauth_authorize_path` in favor of the generated routes, but
the `shared/links.html.erb` depends on it to generate all omniauth links at once.

Closes #3983.
2016-03-07 11:19:27 -03:00
..
config_test.rb Updated ruby 1.9 hash syntax 2014-02-25 22:12:55 +05:30
url_helpers_test.rb Do not use the dynamic :action segment on Omniauth routes. 2016-03-07 11:19:27 -03:00