272c481464
* Feature: Add tweets to conversations
8 lines
241 B
Ruby
8 lines
241 B
Ruby
json.payload do
|
|
json.id @contact.id
|
|
json.name @contact.name
|
|
json.email @contact.email
|
|
json.phone_number @contact.phone_number
|
|
json.thumbnail @contact.avatar.thumb.url
|
|
json.additional_attributes @contact.additional_attributes
|
|
end
|