X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d0de9967b9bd21c8e7c03e060626c4486b149fb2..db0858732511ee56d8d94f3b56cdaf3cd18d6ad8:/app/views/api/ways/full.xml.builder diff --git a/app/views/api/ways/full.xml.builder b/app/views/api/ways/full.xml.builder index d8b3aea80..025291638 100644 --- a/app/views/api/ways/full.xml.builder +++ b/app/views/api/ways/full.xml.builder @@ -2,5 +2,5 @@ xml.instruct! xml.osm(OSM::API.new.xml_root_attributes) do |osm| osm << (render(@nodes) || "") - osm << (render(@ways) || "") + osm << (render(@way) || "") end