diff options
author | francis <francis> | 2008-02-07 15:11:16 +0000 |
---|---|---|
committer | francis <francis> | 2008-02-07 15:11:16 +0000 |
commit | 1046aa4a9b8b8ac21befff49d00a157f3b47d11e (patch) | |
tree | 589404608cd05b26e6c444d84d3687bfc2f9b4e6 /app/models/info_request_event.rb | |
parent | 3f68ca08f0d814558288e58ccadea3b333354051 (diff) |
Actually count number of response, rather than events, when displaying it.
Diffstat (limited to 'app/models/info_request_event.rb')
-rw-r--r-- | app/models/info_request_event.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/models/info_request_event.rb b/app/models/info_request_event.rb index 800acdf45..528d728a7 100644 --- a/app/models/info_request_event.rb +++ b/app/models/info_request_event.rb @@ -16,7 +16,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.10 2008-02-06 09:41:44 francis Exp $ +# $Id: info_request_event.rb,v 1.11 2008-02-07 15:11:16 francis Exp $ class InfoRequestEvent < ActiveRecord::Base belongs_to :info_request @@ -27,7 +27,6 @@ class InfoRequestEvent < ActiveRecord::Base 'sent', 'resent', 'followup_sent', - 'followup_resent', 'edit_outgoing', # outgoing message edited in admin interface 'manual', # you did something in the db by hand 'response' |