mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-29 10:12:34 +00:00
4 lines
139 B
Ruby
4 lines
139 B
Ruby
json.array! @conversations do |conversation|
|
|
json.partial! 'public/api/v1/models/conversation.json.jbuilder', resource: conversation
|
|
end
|