Chatwoot/app/views/api/v1/accounts/portals/index.json.jbuilder

3 lines
75 B
Ruby

json.payload do
json.array! @portals, partial: 'portal', as: :portal
end