diff options
-rw-r--r-- | app/models/comment.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/comment.rb b/app/models/comment.rb index ab4acfe56..d46b979d3 100644 --- a/app/models/comment.rb +++ b/app/models/comment.rb @@ -58,10 +58,6 @@ class Comment < ActiveRecord::Base ret end - def raw_body - read_attribute(:body) - end - # So when takes changes it updates, or when made invisble it vanishes def event_xapian_update info_request_events.each { |event| event.xapian_mark_needs_index } |