]> git.openstreetmap.org Git - rails.git/blob - app/views/api/notes/index.json.jbuilder
Add frozen_string_literal comments to ruby files
[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