FIX: Show replies to the post, not the topic

This makes more sense when reviewing. How many people replied to this
objectionable thing?
This commit is contained in:
Robin Ward
2019-04-04 15:13:59 -04:00
parent 9c8cc73c39
commit dd5b8bd85e
3 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
class ReviewableFlaggedPostSerializer < ReviewableSerializer
target_attributes :cooked, :raw
target_attributes :cooked, :raw, :reply_count
end