aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/user_info_request_sent_alert.rb
diff options
context:
space:
mode:
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
]