projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
1968de97a73ac8bb80354866beaaa19c631f5a3f
[rails.git]
/
app
/
views
/
api
/
nodes
/
show.xml.builder
1
xml.instruct!
2
3
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
4
osm << (render(@nodes) || "")
5
end