3 lines
143 B
Ruby
3 lines
143 B
Ruby
json.array! @agent_bots do |agent_bot|
|
|
json.partial! 'api/v1/models/agent_bot.json.jbuilder', resource: AgentBotPresenter.new(agent_bot)
|
|
end
|