json.count @count json.messages do json.array! @messages.each do |message| 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 end