5 lines
173 B
Ruby
5 lines
173 B
Ruby
xml.instruct! :xml, :version => "1.0"
|
|
|
|
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
|
|
osm << render(:partial => "api/changesets/changeset", :object => @changeset)
|
|
end
|