diff options
author | Henare Degan <henare.degan@gmail.com> | 2015-05-20 16:23:57 +0200 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2015-05-20 16:23:57 +0200 |
commit | 281329c53ba3a91df6ad70ba8fee3b01057b8576 (patch) | |
tree | abe9532248072c0813a767145e72558323b8f7d0 | |
parent | da706b6c05ee7d0be15b59cf0fdec7f6d3ed58ec (diff) |
Remove unused method in comment model
-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 } |