Chatwoot/app/views/api/v1/accounts/teams/index.json.jbuilder
Sojan Jose a0c33254e7
feat: Team APIs (#1654)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2021-01-17 23:56:56 +05:30

3 lines
100 B
Ruby

json.array! @teams do |team|
json.partial! 'api/v1/models/team.json.jbuilder', resource: team
end