diff options
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/info_request_event.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/models/info_request_event.rb b/app/models/info_request_event.rb index 05d2ce50a..1a96723a0 100644 --- a/app/models/info_request_event.rb +++ b/app/models/info_request_event.rb @@ -21,7 +21,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: info_request_event.rb,v 1.79 2009-04-13 09:18:48 tony Exp $ +# $Id: info_request_event.rb,v 1.80 2009-04-15 18:15:30 louise Exp $ class InfoRequestEvent < ActiveRecord::Base belongs_to :info_request @@ -47,7 +47,8 @@ class InfoRequestEvent < ActiveRecord::Base 'redeliver_incoming', # redelivered an incoming message elsewhere 'manual', # you did something in the db by hand 'response', - 'comment' + 'comment', + 'status_update' ] # user described state (also update in info_request) |