FEATURE: ship user_id with topic serializer

This commit is contained in:
Sam Saffron 2015-06-10 18:30:29 +10:00
parent ae277e28a6
commit bf8c9c3411
1 changed files with 2 additions and 1 deletions

View File

@ -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,