]> git.openstreetmap.org Git - rails.git/blob - app/views/api/notes/index.json.jbuilder
Rework some of the OAuth2 views, adding links and messages when there are no applicat...
[rails.git] / app / views / api / notes / index.json.jbuilder
1 json.type "FeatureCollection"
2
3 json.features(@notes) do |note|
4   json.partial! note
5 end