Chatwoot/app/views/api/v1/models/_contact_inbox.json.jbuilder
Nithin David Thomas 864471a21e
feat: Create a new conversation from the contact panel (#2019)
* Chore: Improve button component styles
2021-04-16 20:31:07 +05:30

4 lines
130 B
Ruby

json.source_id resource.source_id
json.inbox do
json.partial! 'api/v1/models/inbox.json.jbuilder', resource: resource.inbox
end