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