2013-05-10 02:47:47 -04:00
|
|
|
class BasicCategorySerializer < ApplicationSerializer
|
|
|
|
|
|
|
|
attributes :id,
|
|
|
|
:name,
|
|
|
|
:color,
|
|
|
|
:text_color,
|
|
|
|
:slug,
|
|
|
|
:topic_count,
|
|
|
|
:description,
|
|
|
|
:topic_url,
|
2013-05-16 02:55:07 -04:00
|
|
|
:hotness,
|
2013-07-16 01:44:07 -04:00
|
|
|
:read_restricted,
|
|
|
|
:permission
|
2013-05-10 02:47:47 -04:00
|
|
|
|
|
|
|
end
|