diff options
author | francis <francis> | 2008-08-29 09:44:31 +0000 |
---|---|---|
committer | francis <francis> | 2008-08-29 09:44:31 +0000 |
commit | 1b8a047455d256c2a609169b76d4f6ae91b91c61 (patch) | |
tree | fe17d900c12c4a3496c32ff444ac9344e8651604 /app/models/user_info_request_sent_alert.rb | |
parent | f42ffcf27a0e8f893534a3f5a4e2e2cdc3603fcc (diff) |
Comment alerts.
Diffstat (limited to 'app/models/user_info_request_sent_alert.rb')
-rw-r--r-- | app/models/user_info_request_sent_alert.rb | 3 |
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 af3c6e981..7ae76edd1 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.20 2008-08-09 15:19:01 francis Exp $ +# $Id: user_info_request_sent_alert.rb,v 1.21 2008-08-29 09:44:31 francis Exp $ class UserInfoRequestSentAlert < ActiveRecord::Base belongs_to :user @@ -28,6 +28,7 @@ class UserInfoRequestSentAlert < ActiveRecord::Base 'new_response_reminder_1', # reminder user to classify the recent response 'new_response_reminder_2', # 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 ] end |