projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge remote-tracking branch 'upstream/pull/3126'
[rails.git]
/
app
/
views
/
api
/
changesets
/
changeset.xml.builder
1
xml.instruct! :xml, :version => "1.0"
2
3
# basic attributes
4
5
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
6
osm << render(@changeset)
7
end