aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2008-04-30 01:41:03 +0000
committerfrancis <francis>2008-04-30 01:41:03 +0000
commitf8936a793e0cf588fd45b548397f6de11acb7f50 (patch)
tree80cdebc87ee82f5e1faa23473df5bfda84b9fa65
parent182718c424fd753eb053abeb7df453946359fb2a (diff)
Add Primary Care Trusts
-rw-r--r--app/models/public_body.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/models/public_body.rb b/app/models/public_body.rb
index 4d073b4a2..1f86421c6 100644
--- a/app/models/public_body.rb
+++ b/app/models/public_body.rb
@@ -21,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.67 2008-04-24 23:52:59 francis Exp $
+# $Id: public_body.rb,v 1.68 2008-04-30 01:41:03 francis Exp $
require 'csv'
require 'set'
@@ -49,6 +49,7 @@ class PublicBody < ActiveRecord::Base
[ "police", "Police forces", "a police force" ],
[ "rda", "Regional development agencies", "a regional development agency" ],
[ "sha", "Strategic health authorities", "a strategic health authority" ],
+ [ "pct", "Primary care trusts", "a primary care trust" ],
[ "university", "Universities", "university" ],
[ "other", "Other", "other" ]
]