mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 12:24:55 +00:00
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
|