diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-04-23 16:29:50 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-04-23 16:29:50 +0100 |
commit | 2e2613639f9529e67b9509b6a07fea5bf3de8459 (patch) | |
tree | f106ad049a1343aaa0409321693eb84b5b133519 /app/controllers | |
parent | 6120ed2454248cf24a6ac7e1085c39faef183ddc (diff) | |
parent | 7d6e2984f857ceaad88f50cd35705dd33b001b4d (diff) |
Merge branch 'hotfix/0.21.0.21' into rails-3-develop
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/application_controller.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 044f8e10f..e80c6a823 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -132,7 +132,6 @@ class ApplicationController < ActionController::Base def validate_session_timestamp if session[:user_id] && session.key?(:ttl) && session[:ttl] < SESSION_TTL.ago clear_session_credentials - redirect_to signin_path end end |