chatwoot-develop/app/views/api/v1/accounts/contacts/conversations/index.json.jbuilder

6 lines
182 B
Ruby
Executable File

json.payload do
json.array! @conversations do |conversation|
json.partial! 'api/v1/conversations/partials/conversation', formats: [:json], conversation: conversation
end
end