X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/74e1d7336ef926d4c3ef986abd8b899a7c4b6704..8c13f4597a529d856057f236e7cb9f8678a48263:/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