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/category_topic_serializer.rb
2013-02-26 07:31:35 +03:00

12 lines
190 B
Ruby

class CategoryTopicSerializer < BasicTopicSerializer
attributes :slug,
:visible,
:pinned,
:closed,
:archived
has_one :category
end