X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d0de9967b9bd21c8e7c03e060626c4486b149fb2..cf3cf5216fa3697ad2e3c060fced6a7bbb16f4a4:/app/views/api/nodes/show.xml.builder diff --git a/app/views/api/nodes/show.xml.builder b/app/views/api/nodes/show.xml.builder index 1968de97a..48f7e314a 100644 --- a/app/views/api/nodes/show.xml.builder +++ b/app/views/api/nodes/show.xml.builder @@ -1,5 +1,5 @@ xml.instruct! xml.osm(OSM::API.new.xml_root_attributes) do |osm| - osm << (render(@nodes) || "") + osm << (render(@node) || "") end