diff options
author | francis <francis> | 2008-07-29 22:13:07 +0000 |
---|---|---|
committer | francis <francis> | 2008-07-29 22:13:07 +0000 |
commit | c404de6730088d15e8ba69e63cb649e111881f60 (patch) | |
tree | 520481d49b809a491689d0efc4a0d2aef1e785e6 | |
parent | 66a7a9badafcd788bf28c4c81f6af9cda5b4a91f (diff) |
Add police authorities.
-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 233468854..61b2a0209 100644 --- a/app/models/public_body.rb +++ b/app/models/public_body.rb @@ -23,7 +23,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.87 2008-07-17 10:32:01 francis Exp $ +# $Id: public_body.rb,v 1.88 2008-07-29 22:13:07 francis Exp $ require 'csv' require 'set' @@ -60,6 +60,7 @@ class PublicBody < ActiveRecord::Base [ "museum", "Museums and galleries", "a museum or gallery" ], # Home office [ "police", "Police forces", "a police force" ], + [ "police_authority", "Police authorities", "a police authority" ], # NHS [ "nhstrust", "NHS trusts", "an NHS trust" ], [ "sha", "Strategic health authorities", "a strategic health authority" ], |