diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-02-09 13:28:49 +0000 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-02-09 13:28:49 +0000 |
commit | 68cc9b76b85dd207fbf8268b73bc840a25278d66 (patch) | |
tree | ea7ebdaaf9988a8adfa91b8ff2b496a92a6624f9 /app/controllers/request_controller.rb | |
parent | 8584824006b987fb260636fe65ff525f3b2acf52 (diff) | |
parent | 308707f1512fc43c570023ee786463d37e43f1fb (diff) |
Merge branch 'master' into wdtk
Diffstat (limited to 'app/controllers/request_controller.rb')
-rw-r--r-- | app/controllers/request_controller.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb index 2295d6718..313a57d7d 100644 --- a/app/controllers/request_controller.rb +++ b/app/controllers/request_controller.rb @@ -220,6 +220,8 @@ class RequestController < ApplicationController render :template => 'user/banned' return end + # User did exceed limit + @next_request_permitted_at = authenticated_user.next_request_permitted_at end # First time we get to the page, just display it |