mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-29 10:12:34 +00:00
4 lines
143 B
Ruby
4 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
|