Commit fd455413 by Waqas Khalid

Merge pull request #113 from mlkwaqas/waqas/tnl91-incorrect-post-number

Number of post are incorrect
parents ffb1dcfb fdc30dd6
......@@ -56,7 +56,7 @@ class Comment < Content
counter_cache :comment_thread
before_destroy :delete_descendants # TODO async
before_destroy :destroy_children # TODO async
before_create :set_thread_last_activity_at
before_update :set_thread_last_activity_at
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment