X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/bbbf2569865bad3198c05587083e670bdba8b592..073c866032becb668c2b7c3b7883b7601f282c0b:/app/controllers/changeset_controller.rb diff --git a/app/controllers/changeset_controller.rb b/app/controllers/changeset_controller.rb index 58bcd1020..ff956f2ac 100644 --- a/app/controllers/changeset_controller.rb +++ b/app/controllers/changeset_controller.rb @@ -31,6 +31,9 @@ class ChangesetController < ApplicationController end end + ## + # Return XML giving the basic info about the changeset. Does not + # return anything about the nodes, ways and relations in the changeset. def read begin changeset = Changeset.find(params[:id])