mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 23:06:57 +08:00
fb8dda7f42
operations, now that the subcategory names are not unique.
9 lines
245 B
Ruby
9 lines
245 B
Ruby
class TopicTrackingStateSerializer < ApplicationSerializer
|
|
attributes :topic_id,
|
|
:highest_post_number,
|
|
:last_read_post_number,
|
|
:created_at,
|
|
:category_id,
|
|
:notification_level
|
|
end
|