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