Chatwoot/app/views/api/v1/accounts/contacts/notes/index.json.jbuilder

4 lines
100 B
Text
Raw Normal View History

2021-10-24 07:10:30 +00:00
json.array! @notes do |note|
json.partial! 'api/v1/models/note.json.jbuilder', resource: note
end