]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/api/notes/index.json.jbuilder
Merge pull request #5044 from mmd-osm/patch/rn1
[rails.git] / app / views / api / notes / index.json.jbuilder
index 7909391f5ae939f231121b01c958134ad0afce72..5660a8ad5038b0006b0b0f2fd6abd7709d06cbfc 100644 (file)
@@ -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