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 8aa092c11..39647e52f 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.116 2008-10-28 13:04:20 francis Exp $ +# $Id: public_body.rb,v 1.117 2008-10-31 07:17:25 johncross Exp $ require 'csv' require 'set' @@ -64,7 +64,8 @@ class PublicBody < ActiveRecord::Base [ "university", "Universities", "a university" ], [ "university_college", "University colleges", "a university college" ], [ "cambridge_college", "Cambridge colleges", "a Cambridge college" ], - [ "oxford_college", "Oxford colleges", "an Oxford college" ], + [ "oxford_college", "Oxford colleges", "an Oxford college or permanent private hall" ], + [ "york_college", "York colleges", "a college of the University of York" ], [ "hei", "Higher education institutions", "a higher educational institution" ], [ "fei", "Further education institutions", "a further educational institution" ], [ "research_council", "Research councils", "a research council" ], |