diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-10-24 16:06:58 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-10-24 16:06:58 +0100 |
commit | 4c06098a7ba84dea6036784ce2279c9903af0f0e (patch) | |
tree | 08eac6756ed186ccf8a2248916d118e9454151dd | |
parent | 0579fb4e472768237fab6c1a8bfa1656fe8a2334 (diff) |
Restore disclosure log fields.
-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 933dc8fb1..57fe27767 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', + 'Disclosure log', 'Notes', 'Created at', 'Updated at', @@ -528,6 +529,7 @@ class PublicBody < ActiveRecord::Base public_body.tag_string, public_body.calculated_home_page, public_body.publication_scheme, + public_body.disclosure_log, public_body.notes, public_body.created_at, public_body.updated_at, |