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