mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Debugging Tool for Hot Topics
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
class TopicListSerializer < ApplicationSerializer
|
||||
|
||||
attributes :can_create_topic, :more_topics_url, :filter_summary, :draft, :draft_key, :draft_sequence
|
||||
attributes :can_create_topic,
|
||||
:more_topics_url,
|
||||
:filter_summary,
|
||||
:draft,
|
||||
:draft_key,
|
||||
:draft_sequence
|
||||
|
||||
has_many :topics, serializer: TopicListItemSerializer, embed: :objects
|
||||
|
||||
|
Reference in New Issue
Block a user