mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-28 03:00:29 -04:00
It was impossible to accomplish this by providing a custom #after_sign_out_path_for in ApplicationController because the session gets destroyed before it is called. Furthermore, resource_return_to is now used by default if it exists, so users won't have to provide a custom #after_sign_out_path_for in that case.