Chatwoot/app/views/api/v1/accounts/portals/index.json.jbuilder
2022-07-28 13:59:16 +05:30

8 lines
162 B
Ruby

json.payload do
json.array! @portals, partial: 'portal', as: :portal
end
json.meta do
json.current_page @current_page
json.portals_count @portals.size
end