mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 10:08:20 -05:00
10 lines
168 B
Ruby
10 lines
168 B
Ruby
class CategoryTopicSerializer < BasicTopicSerializer
|
|
|
|
attributes :slug,
|
|
:visible,
|
|
:closed,
|
|
:archived
|
|
|
|
has_one :category
|
|
|
|
end
|