aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/info_request_event.rb
diff options
context:
space:
mode:
authorfrancis <francis>2008-04-29 16:23:31 +0000
committerfrancis <francis>2008-04-29 16:23:31 +0000
commitd141de491ae38c24e34fbd094af4d151c20e3eab (patch)
tree2c55371bf088305bf261b58bfaeffde1558560d0 /app/models/info_request_event.rb
parent5ce8e47b0142adfc89572ac7de4cf19fef997892 (diff)
Update calculated even status when new events are described (used to be done in
Solr indexing, better done here now anyway) Fix bug where it wasn't passing latest statest change through
Diffstat (limited to 'app/models/info_request_event.rb')
-rw-r--r--app/models/info_request_event.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/models/info_request_event.rb b/app/models/info_request_event.rb
index a89e98cad..6b4de75ab 100644
--- a/app/models/info_request_event.rb
+++ b/app/models/info_request_event.rb
@@ -20,7 +20,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.40 2008-04-24 23:52:59 francis Exp $
+# $Id: info_request_event.rb,v 1.41 2008-04-29 16:23:31 francis Exp $
class InfoRequestEvent < ActiveRecord::Base
belongs_to :info_request
@@ -185,7 +185,6 @@ class InfoRequestEvent < ActiveRecord::Base
raise "unknown status " + status
end
end
-
end