X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d0de9967b9bd21c8e7c03e060626c4486b149fb2..b935cd6fef56934c432bdce4c78a1c64b60755d1:/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