]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/api/changesets/changeset.builder
JSON output added to changeset(s) endpoints
[rails.git] / app / views / api / changesets / changeset.builder
diff --git a/app/views/api/changesets/changeset.builder b/app/views/api/changesets/changeset.builder
deleted file mode 100644 (file)
index cedfc81..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-xml.instruct! :xml, :version => "1.0"
-
-# basic attributes
-
-xml.osm(OSM::API.new.xml_root_attributes) do |osm|
-  osm << render(@changeset)
-end