5 lines
141 B
Ruby
5 lines
141 B
Ruby
xml.instruct!
|
|
|
|
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
|
|
osm << (render(:partial => "old_node", :collection => @elems) || "")
|
|
end
|