Chatwoot/app/views/api/v1/accounts/inboxes/agent_bot.json.jbuilder

4 lines
127 B
Text
Raw Normal View History

2021-06-01 17:04:25 +00:00
json.agent_bot do
json.partial! 'api/v1/models/agent_bot', formats: [:json], resource: @agent_bot if @agent_bot.present?
2021-06-01 17:04:25 +00:00
end