diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2012-10-22 18:09:24 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2012-10-22 18:54:12 +1100 |
commit | 9cd53ef18903290ae858d06ec93954f2bc283cfe (patch) | |
tree | 51feee3f95412e1937d34adad62315d897fd8f80 | |
parent | 24e788475d7c11c0f8859f1e46c4f73e94d93c33 (diff) |
Allow disclosure log urls to be downloaded in authorities csv
-rw-r--r-- | app/controllers/public_body_controller.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/public_body_controller.rb b/app/controllers/public_body_controller.rb index b34e89b8d..12d03765b 100644 --- a/app/controllers/public_body_controller.rb +++ b/app/controllers/public_body_controller.rb @@ -157,6 +157,7 @@ class PublicBodyController < ApplicationController 'Tags', 'Home page', 'Publication scheme', + 'Disclosure log', 'Created at', 'Updated at', 'Version', @@ -171,6 +172,7 @@ class PublicBodyController < ApplicationController public_body.tag_string, public_body.calculated_home_page, public_body.publication_scheme, + public_body.disclosure_log, public_body.created_at, public_body.updated_at, public_body.version, |