educoder/app/views/messages/reply.json.jbuilder

8 lines
159 B

6 years ago
json.partial! "commons/success"
json.data do
json.id @reply.id
json.author do
json.partial! "users/user_simple", user: @reply.author
end
end