mirror of
https://github.com/discourse/discourse.git
synced 2025-02-12 19:08:46 +08:00
![Robin Ward](/assets/img/avatar_default.png)
This makes more sense when reviewing. How many people replied to this objectionable thing?
4 lines
113 B
Ruby
4 lines
113 B
Ruby
class ReviewableFlaggedPostSerializer < ReviewableSerializer
|
|
target_attributes :cooked, :raw, :reply_count
|
|
end
|