diff options
author | johncross <johncross> | 2008-10-12 07:26:32 +0000 |
---|---|---|
committer | johncross <johncross> | 2008-10-12 07:26:32 +0000 |
commit | 011a7499e7cdcc5e7ba79557267e8c34682ee97d (patch) | |
tree | 8713ff6a4d8345e6cf9faaa3a56c79fb46550814 | |
parent | 544a5437569a6262bb89901a516eb79fa350a575 (diff) |
Added a category for waste disposal authorities. Tag:"wda". We have
six in the database and that we have all of them:
"The Greater Manchester Waste Disposal Authority was one of six
statutory authorities created under the Local Government Act 1985 to
carry out the waste management functions and duties of the Metropolitan
County Councils after their abolition in 1986."
[http://www.gmwda.gov.uk/]
-rw-r--r-- | app/models/public_body.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/models/public_body.rb b/app/models/public_body.rb index 63541fd14..35275c007 100644 --- a/app/models/public_body.rb +++ b/app/models/public_body.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: public_body.rb,v 1.110 2008-09-27 16:47:41 johncross Exp $ +# $Id: public_body.rb,v 1.111 2008-10-12 07:26:32 johncross Exp $ require 'csv' require 'set' @@ -71,6 +71,7 @@ class PublicBody < ActiveRecord::Base [ "watercompanies", "Water companies", "a water company" ], [ "idb", "Internal drainage boards", "an internal drainage board" ], [ "rfdc", "Regional flood defence committees", "a regional flood defence committee" ], + [ "wda", "Waste disposal authorities", "a Waste disposal authority" ], [ "zoo", "Zoos", "a zoo" ], "Health", [ "nhstrust", "NHS trusts", "an NHS trust" ], |