mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
11 lines
266 B
Ruby
11 lines
266 B
Ruby
class FlaggedTopicSerializer < ActiveModel::Serializer
|
|
attributes :id,
|
|
:title,
|
|
:fancy_title,
|
|
:slug,
|
|
:archived,
|
|
:closed,
|
|
:visible,
|
|
:archetype,
|
|
:relative_url
|
|
end
|