mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 00:51:03 +08:00
12 lines
216 B
Ruby
12 lines
216 B
Ruby
class CategorySerializer < ApplicationSerializer
|
|
|
|
attributes :id,
|
|
:name,
|
|
:color,
|
|
:slug,
|
|
:topic_count,
|
|
:description,
|
|
:topic_url
|
|
|
|
end
|