diff options
author | francis <francis> | 2008-04-11 12:16:48 +0000 |
---|---|---|
committer | francis <francis> | 2008-04-11 12:16:48 +0000 |
commit | ebcabc09fd26d0378bd83abb214f53d71c285ac6 (patch) | |
tree | 77f4035f460cdb05947d1beab2654ddab2ca213e | |
parent | fb896d1a2cf20ea58a4df02887e6ee255892af46 (diff) |
Executive agencies
-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 68129d051..689d7dc8d 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.54 2008-04-09 16:53:59 francis Exp $ +# $Id: public_body.rb,v 1.55 2008-04-11 12:16:48 francis Exp $ require 'csv' require 'set' @@ -38,6 +38,7 @@ class PublicBody < ActiveRecord::Base [ "department", "Ministerial departments", "a ministerial department" ], [ "local_council", "Local councils", "a local council" ], [ "non_ministerial_department", "Non-ministerial departments", "a non-ministerial department" ], + [ "executive_agency", "Executive agencies", "an executive agency" ], [ "npa", "National park authorities", "a national park authority" ], [ "media", "Media", "a media organisation" ], [ "police", "Police forces", "a police force" ], |