mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 14:03:18 +08:00
dd5b8bd85e
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
|