diff options
author | Francis Irving <francis@mysociety.org> | 2010-07-26 19:33:38 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-07-26 19:33:38 +0100 |
commit | f58bcfec0bb12efb64e7f4ff20afebded64b501c (patch) | |
tree | d40cdd096de69d6011435f1bf3f2742e9d2b932d /app/controllers/public_body_controller.rb | |
parent | be771d62480640c5f97ce590fa33c9401a345d07 (diff) |
Use machine tag instead of special charity field
Diffstat (limited to 'app/controllers/public_body_controller.rb')
-rw-r--r-- | app/controllers/public_body_controller.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/public_body_controller.rb b/app/controllers/public_body_controller.rb index 591081fe9..f46e55014 100644 --- a/app/controllers/public_body_controller.rb +++ b/app/controllers/public_body_controller.rb @@ -114,7 +114,6 @@ class PublicBodyController < ApplicationController 'Tags', 'Home page', 'Publication scheme', - 'Charity number', 'Created at', 'Updated at', 'Version', @@ -129,7 +128,6 @@ class PublicBodyController < ApplicationController public_body.tag_string, public_body.calculated_home_page, public_body.publication_scheme, - public_body.charity_number, public_body.created_at, public_body.updated_at, public_body.version, |