Chatwoot/app/views/api/v1/accounts/inboxes/agent_bot.json.jbuilder
2021-06-01 22:34:25 +05:30

3 lines
123 B
Ruby

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