2021-10-24 07:10:30 +00:00
|
|
|
json.id resource.id
|
|
|
|
json.content resource.content
|
|
|
|
json.account_id json.account_id
|
|
|
|
json.contact_id json.contact_id
|
2021-10-25 13:05:58 +00:00
|
|
|
if resource.user.present?
|
|
|
|
json.user do
|
|
|
|
json.partial! 'api/v1/models/agent.json.jbuilder', resource: resource.user
|
|
|
|
end
|
2021-10-24 07:10:30 +00:00
|
|
|
end
|
2021-10-25 13:05:58 +00:00
|
|
|
json.created_at resource.created_at.to_i
|
|
|
|
json.updated_at resource.updated_at.to_i
|