]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/changeset_controller.rb
adding link to download the full changeset xml
[rails.git] / app / controllers / changeset_controller.rb
index 58bcd1020f15598d21b73ac4c55c7a312a9798ec..ff956f2acaf51184970dac2f7fe5980c91c40abe 100644 (file)
@@ -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])