aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/application_controller.rb
diff options
context:
space:
mode:
authorMichel Etienne2012-09-05 13:17:33 +0200
committerMichel Etienne2012-09-05 13:17:33 +0200
commitdd0369e025211d71fe071785231f3a7b2fa35561 (patch)
treef3a78cd8bddad87dc82cb7ae5175b80abda5cf5c /app/controllers/application_controller.rb
parentf59ed8807640ba60d450ac8bd243e56e86a93f05 (diff)
parent95041fc13a7d3b40484bb50ba90666dcc58f5425 (diff)
downloadchouette-core-dd0369e025211d71fe071785231f3a7b2fa35561.tar.bz2
Merge branch 'master' of chouette.dryade.priv:/srv/git/chouette2
Diffstat (limited to 'app/controllers/application_controller.rb')
-rw-r--r--app/controllers/application_controller.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index 7e7b9b890..64a706557 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -17,4 +17,10 @@ class ApplicationController < ActionController::Base
def begin_of_association_chain
current_organisation
end
+
+ # Overwriting the sign_out redirect path method
+ def after_sign_out_path_for(resource_or_scope)
+ new_user_session_path
+ end
+
end