4 lines
127 B
Plaintext
4 lines
127 B
Plaintext
|
|
json.agent_bot do
|
||
|
|
json.partial! 'api/v1/models/agent_bot', formats: [:json], resource: @agent_bot if @agent_bot.present?
|
||
|
|
end
|