This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/serializers/flagged_topic_serializer.rb
2015-08-28 12:31:32 +02:00

12 lines
266 B
Ruby

class FlaggedTopicSerializer < ActiveModel::Serializer
attributes :id,
:title,
:fancy_title,
:slug,
:archived,
:closed,
:visible,
:archetype,
:relative_url
end