FEATURE: ship user_id with topic serializer
This commit is contained in:
parent
ae277e28a6
commit
bf8c9c3411
|
@ -32,7 +32,8 @@ class TopicViewSerializer < ApplicationSerializer
|
|||
:category_id,
|
||||
:word_count,
|
||||
:deleted_at,
|
||||
:pending_posts_count
|
||||
:pending_posts_count,
|
||||
:user_id
|
||||
|
||||
attributes :draft,
|
||||
:draft_key,
|
||||
|
|
Loading…
Reference in New Issue