mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-29 02:02:27 +00:00
Co-authored-by: Aswin Dev P.S <aswindevps@gmail.com> Co-authored-by: Sojan Jose <sojan@chatwoot.com>
4 lines
128 B
Ruby
4 lines
128 B
Ruby
json.array! @participants do |participant|
|
|
json.partial! 'api/v1/models/agent', format: :json, resource: participant.user
|
|
end
|