aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/user_info_request_sent_alert.rb
diff options
context:
space:
mode:
authorfrancis <francis>2009-10-03 02:22:18 +0000
committerfrancis <francis>2009-10-03 02:22:18 +0000
commit12a32841c4c582d5a24a55a004cb4adbf2f11195 (patch)
treecbc526e71b1a6304a95323c3b2edea41d07d9216 /app/models/user_info_request_sent_alert.rb
parentcf73c91a33f391700f1fe4dc1851f86422e88a5c (diff)
Add an extra nagging to classify email.
Diffstat (limited to 'app/models/user_info_request_sent_alert.rb')
-rw-r--r--app/models/user_info_request_sent_alert.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/models/user_info_request_sent_alert.rb b/app/models/user_info_request_sent_alert.rb
index 0f40aaa20..309466792 100644
--- a/app/models/user_info_request_sent_alert.rb
+++ b/app/models/user_info_request_sent_alert.rb
@@ -17,7 +17,7 @@
# Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved.
# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: user_info_request_sent_alert.rb,v 1.33 2009-09-17 21:10:05 francis Exp $
+# $Id: user_info_request_sent_alert.rb,v 1.34 2009-10-03 02:22:18 francis Exp $
class UserInfoRequestSentAlert < ActiveRecord::Base
belongs_to :user
@@ -27,6 +27,7 @@ class UserInfoRequestSentAlert < ActiveRecord::Base
'overdue_1', # tell user that info request has become overdue
'new_response_reminder_1', # reminder user to classify the recent response
'new_response_reminder_2', # repeat reminder user to classify the recent response
+ 'new_response_reminder_3', # repeat reminder user to classify the recent response
'not_clarified_1', # reminder that user has to explain part of the request
'comment_1', # tell user that info request has a new comment
]