aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/info_request_event.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/info_request_event.rb')
-rw-r--r--app/models/info_request_event.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/models/info_request_event.rb b/app/models/info_request_event.rb
index 5b176c1e5..d1798511b 100644
--- a/app/models/info_request_event.rb
+++ b/app/models/info_request_event.rb
@@ -17,7 +17,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.29 2008-03-31 22:41:34 francis Exp $
+# $Id: info_request_event.rb,v 1.30 2008-03-31 23:19:16 francis Exp $
class InfoRequestEvent < ActiveRecord::Base
belongs_to :info_request
@@ -56,6 +56,7 @@ class InfoRequestEvent < ActiveRecord::Base
{ :requested_by => :string },
{ :requested_from => :string },
{ :created_at => :date },
+ { :last_described_at => :date },
{ :variety => :string }
], :if => "$do_solr_index"
def status # for name in Solr queries