mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 04:52:52 +08:00
15 lines
288 B
Ruby
15 lines
288 B
Ruby
class BasicCategorySerializer < ApplicationSerializer
|
|
|
|
attributes :id,
|
|
:name,
|
|
:color,
|
|
:text_color,
|
|
:slug,
|
|
:topic_count,
|
|
:description,
|
|
:topic_url,
|
|
:hotness,
|
|
:secure
|
|
|
|
end
|