diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 91a2256b..f621bff5 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -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