X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b5d4c262ddf559e8f0053d40514c8d33a1e959ab..5f2a5cadcb693b34b81a9232b8879c3b4f12843d:/app/views/api/notes/index.json.jbuilder diff --git a/app/views/api/notes/index.json.jbuilder b/app/views/api/notes/index.json.jbuilder index 7909391f5..5660a8ad5 100644 --- a/app/views/api/notes/index.json.jbuilder +++ b/app/views/api/notes/index.json.jbuilder @@ -1,5 +1,5 @@ json.type "FeatureCollection" -json.features(@notes) do |note| - json.partial! note +json.features do + json.array! @notes, :partial => "note", :as => :note end