diff options
Diffstat (limited to 'app/models/public_body.rb')
-rw-r--r-- | app/models/public_body.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/models/public_body.rb b/app/models/public_body.rb index bdea3e7cd..10e66c1b6 100644 --- a/app/models/public_body.rb +++ b/app/models/public_body.rb @@ -1,5 +1,5 @@ # == Schema Information -# Schema version: 41 +# Schema version: 43 # # Table name: public_bodies # @@ -7,7 +7,6 @@ # name :text not null # short_name :text not null # request_email :text not null -# complaint_email :text # version :integer not null # last_edit_editor :string(255) not null # last_edit_comment :text not null @@ -22,7 +21,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: public_body.rb,v 1.39 2008-03-17 11:57:27 francis Exp $ +# $Id: public_body.rb,v 1.40 2008-03-18 19:18:51 francis Exp $ require 'csv' require 'set' |