fix my broken test

This commit is contained in:
Sam 2013-04-05 17:44:56 +11:00
parent a2cca2540e
commit ea8d69fbd6

View file

@ -488,7 +488,7 @@ class User < ActiveRecord::Base
end
def update_topic_reply_count
topic_reply_count =
self.topic_reply_count =
Topic
.where(['id in (
SELECT topic_id FROM posts p