1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-09 14:34:35 +00:00
discourse/app/serializers/suggested_topic_serializer.rb

6 lines
122 B
Ruby

class SuggestedTopicSerializer < ListableTopicSerializer
attributes :archetype, :like_count, :views, :category_id
end