Logging out takes you to the home page.

This commit is contained in:
Fosco Marotto 2021-01-17 00:57:21 -05:00
parent addfa1f8e0
commit adf0e7ae72
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class ApplicationController < ActionController::Base
end
def after_sign_out_path_for(_resource_or_scope)
new_user_session_path
root_path
end
protected