FIX: when a topic is deleted, update the post count stats of all user who replied

This commit is contained in:
Neil Lalonde
2017-11-02 15:33:40 -04:00
parent 51e74cb66e
commit 24af9b7d97
3 changed files with 32 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ class UserStat < ActiveRecord::Base
", seen_at: last_seen
end
# topic_reply_count is a count of posts in other users' topics
def update_topic_reply_count
self.topic_reply_count =
Topic