projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge remote-tracking branch 'upstream/pull/4395'
[rails.git]
/
app
/
views
/
api
/
changesets
/
changeset.xml.builder
diff --git
a/app/views/api/changesets/changeset.xml.builder
b/app/views/api/changesets/changeset.xml.builder
index cedfc81ea5ce34310cac041136bf9d5a39030f4f..b53061d4c347695c0d449d7d509e90792f683bbe 100644
(file)
--- a/
app/views/api/changesets/changeset.xml.builder
+++ b/
app/views/api/changesets/changeset.xml.builder
@@
-1,7
+1,5
@@
xml.instruct! :xml, :version => "1.0"
-# basic attributes
-
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
osm << render(@changeset)
end