]> git.openstreetmap.org Git - rails.git/blob - app/views/api/changesets/changeset.builder
Merge branch 'master' into tag-colour-preview-rebase
[rails.git] / app / views / api / changesets / changeset.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