X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1b292d2389986ab5c8a5db19dccdb635f4d7d2d0..2d4c548a9e9a73e74b3afd3779d69d82a57b1ecc:/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