diff options
author | tony <tony> | 2009-03-04 11:26:35 +0000 |
---|---|---|
committer | tony <tony> | 2009-03-04 11:26:35 +0000 |
commit | 407b762bf366854fbe0dcca50a3e48c5af0eab1e (patch) | |
tree | c9e6cc6adedf79eb46187895eabc657cf80b2467 /app/models/info_request.rb | |
parent | 010e1f75aa4e9697b09ebc7947e0adc4119ab298 (diff) |
Add publication scheme for public bodies. (New database column and admin
interface only; public display can come later.)
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 f7579c6d8..c6fc46dfe 100644 --- a/app/models/info_request.rb +++ b/app/models/info_request.rb @@ -1,5 +1,5 @@ # == Schema Information -# Schema version: 71 +# Schema version: 72 # # Table name: info_requests # @@ -23,7 +23,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.166 2009-02-27 22:32:13 francis Exp $ +# $Id: info_request.rb,v 1.167 2009-03-04 11:26:35 tony Exp $ require 'digest/sha1' require File.join(File.dirname(__FILE__),'../../vendor/plugins/acts_as_xapian/lib/acts_as_xapian') |