diff options
author | Seb Bacon <seb@mysociety.org> | 2012-01-09 12:25:18 +0000 |
---|---|---|
committer | Seb Bacon <seb@mysociety.org> | 2012-01-09 12:25:18 +0000 |
commit | ea0b9a5d28b9d5fb94f141b100e185f8f1447453 (patch) | |
tree | a7bc52771702e824ef20d95ac967c13c9c2537a5 /app/models/info_request.rb | |
parent | dff8433fcba0c5c1fdc040f705162f95162124e5 (diff) | |
parent | 4e61749bf5103ee5e7d1a6348273281f08d1a6f3 (diff) |
Merge branch 'release/0.5' into develop
Diffstat (limited to 'app/models/info_request.rb')
-rw-r--r-- | app/models/info_request.rb | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/app/models/info_request.rb b/app/models/info_request.rb index cfef6ebd8..a0652ecd8 100644 --- a/app/models/info_request.rb +++ b/app/models/info_request.rb @@ -1,6 +1,5 @@ - # == Schema Information -# Schema version: 95 +# Schema version: 108 # # Table name: info_requests # @@ -11,20 +10,15 @@ # created_at :datetime not null # updated_at :datetime not null # described_state :string(255) not null -# awaiting_description :boolean default(false), not null +# awaiting_description :boolean default(FALSE), not null # prominence :string(255) default("normal"), not null # url_title :text not null # law_used :string(255) default("foi"), not null # allow_new_responses_from :string(255) default("anybody"), not null # handle_rejected_responses :string(255) default("bounce"), not null +# idhash :string(255) not null # -# models/info_request.rb: -# A Freedom of Information request. -# -# 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.217 2009-10-26 17:52:39 francis Exp $ + require 'digest/sha1' require File.join(File.dirname(__FILE__),'../../vendor/plugins/acts_as_xapian/lib/acts_as_xapian') |