chatwoot-develop/app/views/api/v1/accounts/inboxes/agent_bot.json.jbuilder

4 lines
127 B
Ruby
Executable File

json.agent_bot do
json.partial! 'api/v1/models/agent_bot', formats: [:json], resource: @agent_bot if @agent_bot.present?
end