diff options
author | francis <francis> | 2009-10-03 01:22:30 +0000 |
---|---|---|
committer | francis <francis> | 2009-10-03 01:22:30 +0000 |
commit | dc55681a618f80f6ad918a32a0ce4139382578e7 (patch) | |
tree | de08d0e980bdc93f2e604f113346fa4b9b89d6c0 /app/models/info_request.rb | |
parent | 8e3c0644fc0937ad4f5948436ec02075a230f80a (diff) |
Up old age in days to 21.
Make it use that value when printing it.
Diffstat (limited to 'app/models/info_request.rb')
-rw-r--r-- | app/models/info_request.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/info_request.rb b/app/models/info_request.rb index 10e26d48d..e66501667 100644 --- a/app/models/info_request.rb +++ b/app/models/info_request.rb @@ -24,7 +24,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: info_request.rb,v 1.209 2009-10-02 22:56:35 francis Exp $ +# $Id: info_request.rb,v 1.210 2009-10-03 01:22:30 francis Exp $ require 'digest/sha1' require File.join(File.dirname(__FILE__),'../../vendor/plugins/acts_as_xapian/lib/acts_as_xapian') @@ -90,7 +90,7 @@ class InfoRequest < ActiveRecord::Base 'blackhole' # just dump them ] - OLD_AGE_IN_DAYS = 14.days + OLD_AGE_IN_DAYS = 21.days def after_initialize if self.described_state.nil? |