discourse/app/serializers/user_tracking_state_seriali...

4 lines
160 B
Ruby
Raw Normal View History

class UserTrackingStateSerializer < ApplicationSerializer
attributes :topic_id, :highest_post_number, :last_read_post_number, :created_at, :category_name
end