You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
269 B
10 lines
269 B
6 years ago
|
json.status 0
|
||
|
json.message 'success'
|
||
|
json.private_message do
|
||
|
json.extract! @message, :id, :user_id, :receiver_id, :sender_id, :content
|
||
|
|
||
|
json.send_time @message.display_send_time
|
||
|
json.sender do
|
||
|
json.partial! 'users/user_simple', user: @message.sender
|
||
|
end
|
||
|
end
|