aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Landauer <matthew@openaustralia.org>2012-10-22 18:09:24 +1100
committerMatthew Landauer <matthew@openaustralia.org>2012-10-22 18:54:12 +1100
commit9cd53ef18903290ae858d06ec93954f2bc283cfe (patch)
tree51feee3f95412e1937d34adad62315d897fd8f80
parent24e788475d7c11c0f8859f1e46c4f73e94d93c33 (diff)
Allow disclosure log urls to be downloaded in authorities csv
-rw-r--r--app/controllers/public_body_controller.rb2
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,