Files
chatwoot/app/views/api/v1/accounts/conversations/participants/create.json.jbuilder
Pranav Raj S 7044eda281 chore: Add controllers for conversation participants (#6462)
Co-authored-by: Aswin Dev P.S <aswindevps@gmail.com>
Co-authored-by: Sojan Jose <sojan@chatwoot.com>
2023-02-15 16:33:31 -08:00

4 lines
128 B
Ruby

json.array! @participants do |participant|
json.partial! 'api/v1/models/agent', format: :json, resource: participant.user
end