Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 5e3e613

Browse files
toufaliRobert Helmer
authored andcommitted
direct user to homepage after logout/sign-out
1 parent 8af8e1b commit 5e3e613

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/controllers/application_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def require_functional!
6161
end
6262

6363
def after_sign_out_path_for(_resource_or_scope)
64-
new_user_session_path
64+
root_path
6565
end
6666

6767
protected

0 commit comments

Comments
 (0)