Link queued post avatar and username to user profile

This commit is contained in:
Robin Ward
2015-04-20 16:18:00 -04:00
parent 5990ab855b
commit 2c53a8b7bc
3 changed files with 16 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ class QueuedPostSerializer < ApplicationSerializer
:created_at,
:category_id
has_one :user, serializer: BasicUserSerializer, embed: :object
has_one :user, serializer: BasicUserSerializer
has_one :topic, serializer: BasicTopicSerializer
def category_id