chatwoot-develop/app/views/api/v1/accounts/integrations/apps/index.json.jbuilder

6 lines
126 B
Ruby
Executable File

json.payload do
json.array! @apps do |app|
json.partial! 'api/v1/models/app', formats: [:json], resource: app
end
end