fix my broken test
This commit is contained in:
parent
a2cca2540e
commit
ea8d69fbd6
|
@ -488,7 +488,7 @@ class User < ActiveRecord::Base
|
||||||
end
|
end
|
||||||
|
|
||||||
def update_topic_reply_count
|
def update_topic_reply_count
|
||||||
topic_reply_count =
|
self.topic_reply_count =
|
||||||
Topic
|
Topic
|
||||||
.where(['id in (
|
.where(['id in (
|
||||||
SELECT topic_id FROM posts p
|
SELECT topic_id FROM posts p
|
||||||
|
|
Loading…
Reference in New Issue