openstreetmap-website/app/views/api/changesets/index.json.jbuilder

5 lines
130 B
Ruby

json.partial! "api/root_attributes"
json.changesets do
json.array! @changesets, :partial => "changeset", :as => :changeset
end