]> git.openstreetmap.org Git - rails.git/blob - app/views/api/notes/index.json.jbuilder
Bump leaflet.locatecontrol from 0.81.1 to 0.82.0
[rails.git] / app / views / api / notes / index.json.jbuilder
1 json.type "FeatureCollection"
2
3 json.features do
4   json.array! @notes, :partial => "note", :as => :note
5 end