]> git.openstreetmap.org Git - rails.git/blob - app/views/api/notes/index.json.jbuilder
Bump rack from 3.2.2 to 3.2.3
[rails.git] / app / views / api / notes / index.json.jbuilder
1 # frozen_string_literal: true
2
3 json.type "FeatureCollection"
4
5 json.features do
6   json.array! @notes, :partial => "note", :as => :note
7 end