4 lines
160 B
Ruby
4 lines
160 B
Ruby
|
class UserTrackingStateSerializer < ApplicationSerializer
|
||
|
attributes :topic_id, :highest_post_number, :last_read_post_number, :created_at, :category_name
|
||
|
end
|