4 lines
143 B
Plaintext
4 lines
143 B
Plaintext
|
|
json.array! @conversations do |conversation|
|
||
|
|
json.partial! 'public/api/v1/models/conversation', formats: [:json], resource: conversation
|
||
|
|
end
|