Logging out takes you to the home page.
This commit is contained in:
parent
addfa1f8e0
commit
adf0e7ae72
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue