diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-11-12 15:13:15 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-11-12 15:13:15 +0000 |
commit | 8dbd22fdf300121eaa129502651dd256c7e5c75a (patch) | |
tree | 910da703256e71c1fbffceb6baff4937cc640539 | |
parent | 06a728f978254ec702d33971d9398e5c42c551a7 (diff) |
Remove virtual attribute created_at
The need for this was removed in
0ec315c52a731ff149977b9231a15770fa3bd742, and it now causes a
MissingAttribute error.
-rw-r--r-- | app/models/public_body.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/public_body.rb b/app/models/public_body.rb index 828e8c94a..28db5c99c 100644 --- a/app/models/public_body.rb +++ b/app/models/public_body.rb @@ -194,7 +194,6 @@ class PublicBody < ActiveRecord::Base self.non_versioned_columns << 'info_requests_overdue_count' class Version - attr_accessor :created_at def last_edit_comment_for_html_display text = self.last_edit_comment.strip |