chatwoot-develop/app/views/api/v1/accounts/contacts/notes/index.json.jbuilder

4 lines
104 B
Ruby
Executable File

json.array! @notes do |note|
json.partial! 'api/v1/models/note', formats: [:json], resource: note
end