2013-05-29 16:11:04 +08:00
|
|
|
class TopicTrackingStateSerializer < ApplicationSerializer
|
2014-07-17 03:39:39 +08:00
|
|
|
attributes :topic_id,
|
|
|
|
:highest_post_number,
|
|
|
|
:last_read_post_number,
|
|
|
|
:created_at,
|
|
|
|
:category_id,
|
|
|
|
:notification_level
|
2013-05-24 18:58:26 +08:00
|
|
|
end
|