aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2015-05-21 10:26:16 +0200
committerLouise Crow <louise.crow@gmail.com>2015-05-21 10:26:16 +0200
commite39e799ab42954f64595ad833c3dcd37e82fa1b2 (patch)
tree1e0e066291becda515f68ef6283e9e2154a89875
parent9851b38d668d4a24c852ed5b946fda591178392a (diff)
parent281329c53ba3a91df6ad70ba8fee3b01057b8576 (diff)
Merge remote-tracking branch 'openaustralia_github/remove-unused-comment-model-method' into rails-3-develop
-rw-r--r--app/models/comment.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/comment.rb b/app/models/comment.rb
index 17731dac6..772bb3eda 100644
--- a/app/models/comment.rb
+++ b/app/models/comment.rb
@@ -59,10 +59,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 }