diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2012-10-24 13:15:11 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2012-10-24 13:15:11 +1100 |
commit | 0a2006493fe7fafc7d5a946f1e1016e9a4002ab8 (patch) | |
tree | cd4bf578a51a625bcc6f11c0596930f60737b8fc | |
parent | 22c51b3b9163f915f20b9fc5ba473955bca39dac (diff) |
added notes to csv export
-rw-r--r-- | app/models/public_body.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/public_body.rb b/app/models/public_body.rb index d806450b9..c3cc76345 100644 --- a/app/models/public_body.rb +++ b/app/models/public_body.rb @@ -513,6 +513,7 @@ class PublicBody < ActiveRecord::Base 'Tags', 'Home page', 'Publication scheme', + 'Notes', 'Created at', 'Updated at', 'Version', @@ -527,6 +528,7 @@ class PublicBody < ActiveRecord::Base public_body.tag_string, public_body.calculated_home_page, public_body.publication_scheme, + public_body.notes, public_body.created_at, public_body.updated_at, public_body.version, |