Commit 80657c81 authored by Douwe Maan's avatar Douwe Maan

Redirect to sign in page after signing out.

parent a66953b1
...@@ -12,6 +12,7 @@ v 7.11.0 (unreleased) ...@@ -12,6 +12,7 @@ v 7.11.0 (unreleased)
- -
v 7.10.0 (unreleased) v 7.10.0 (unreleased)
- Redirect to sign in page after signing out.
- Allow projects to be imported from Google Code. - Allow projects to be imported from Google Code.
- Allow users to be invited by email to join a group or project. - Allow users to be invited by email to join a group or project.
- Don't crash when project repository doesn't exist. - Don't crash when project repository doesn't exist.
......
...@@ -87,6 +87,10 @@ class ApplicationController < ActionController::Base ...@@ -87,6 +87,10 @@ class ApplicationController < ActionController::Base
end end
end end
def after_sign_out_path_for(resource)
new_user_session_path
end
def abilities def abilities
Ability.abilities Ability.abilities
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment