4 lines
104 B
Ruby
4 lines
104 B
Ruby
json.array! @agents do |agent|
|
|
json.partial! 'api/v1/models/agent.json.jbuilder', resource: agent
|
|
end
|