2a34255e0b
Co-authored-by: Subin <subinthattaparambil@gmail.com> Co-authored-by: Manoj <manojmj92@gmail.com> Co-authored-by: Nithin <webofnithin@gmail.com>
8 lines
139 B
Ruby
8 lines
139 B
Ruby
json.data do
|
|
json.payload do
|
|
json.array! @agents do |agent|
|
|
json.user_id agent.id
|
|
json.name agent.name
|
|
end
|
|
end
|
|
end
|