X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6c2432ae423c6744b8443c63d0e02e1ccc2d3011..35a2d66e1960b00e5ed0cecbe4263cdeedb1ad62:/app/controllers/changesets_controller.rb diff --git a/app/controllers/changesets_controller.rb b/app/controllers/changesets_controller.rb index 97ff85f02..80b8aff48 100644 --- a/app/controllers/changesets_controller.rb +++ b/app/controllers/changesets_controller.rb @@ -42,7 +42,7 @@ class ChangesetsController < ApplicationController ## # Return XML giving the basic info about the changeset. Does not # return anything about the nodes, ways and relations in the changeset. - def read + def show changeset = Changeset.find(params[:id]) render :xml => changeset.to_xml(params[:include_discussion].presence).to_s