22d1c8baf2
- New Inbox Member APIs - Return JSON errors for Platform APIs
5 lines
130 B
Ruby
5 lines
130 B
Ruby
json.payload do
|
|
json.array! @agents do |agent|
|
|
json.partial! 'api/v1/models/agent.json.jbuilder', resource: agent
|
|
end
|
|
end
|