diff options
-rw-r--r-- | app/models/public_body.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/models/public_body.rb b/app/models/public_body.rb index 8e75bd224..82ea8232e 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.96 2008-08-09 15:36:16 johncross Exp $ +# $Id: public_body.rb,v 1.97 2008-08-09 15:47:06 johncross Exp $ require 'csv' require 'set' @@ -85,10 +85,11 @@ class PublicBody < ActiveRecord::Base [ "police", "Police forces", "a police force" ], [ "police_authority", "Police authorities", "a police authority" ], [ "dpp", "District policing partnerships", "a district policing partnership" ], + [ "prob_board", "Probation boards", "a probation board" ], [ "rules_committee", "Rules commitees", "a rules committee" ], "Transport", [ "npte", "Passenger transport executives", "a passenger transport executive" ], - [ "port_authority", "Port authority", "a port authority" ], + [ "port_authority", "Port authorities", "a port authority" ], ] end def self.categories_with_description |