]> git.openstreetmap.org Git - rails.git/blob - app/views/api/changesets/changesets.json.jbuilder
Take exclude_place_ids from Nominatim results directly
[rails.git] / app / views / api / changesets / changesets.json.jbuilder
1 json.partial! "api/root_attributes"
2
3 json.changesets(@changesets) do |changeset|
4   json.partial! changeset
5 end