diff options
-rw-r--r-- | app/models/comment.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/comment.rb b/app/models/comment.rb index 0da6c1ce3..4e9976373 100644 --- a/app/models/comment.rb +++ b/app/models/comment.rb @@ -45,7 +45,7 @@ class Comment < ActiveRecord::Base read_attribute(:body) end - # So when made invisble it vanishes + # So when takes changes it updates, or when made invisble it vanishes after_save :event_xapian_update def event_xapian_update for event in self.info_request_events |