4 lines
100 B
Text
4 lines
100 B
Text
|
json.array! @notes do |note|
|
||
|
json.partial! 'api/v1/models/note.json.jbuilder', resource: note
|
||
|
end
|