mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-18 03:25:31 -05:00
7 lines
101 B
Ruby
7 lines
101 B
Ruby
class CategoryTopicSerializer < BasicTopicSerializer
|
|
|
|
attributes :slug
|
|
|
|
has_one :category
|
|
|
|
end
|