mirror of
https://github.com/discourse/discourse.git
synced 2025-02-12 22:34:57 +00:00
5 lines
162 B
Ruby
5 lines
162 B
Ruby
|
class ReviewableConversationPostSerializer < ApplicationSerializer
|
||
|
attributes :id, :excerpt
|
||
|
has_one :user, serializer: BasicUserSerializer, root: 'users'
|
||
|
end
|