X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/363155a2a86796d27ee9161f1ee9b74d6fa307e5..a0013c8f56d6d0b6eaa707741ac744c8fb9f52cc:/app/views/api/ways/ways_for_node.xml.builder?ds=inline diff --git a/app/views/api/ways/ways_for_node.xml.builder b/app/views/api/ways/ways_for_node.xml.builder index 33818c68f..bcb89cdc6 100644 --- a/app/views/api/ways/ways_for_node.xml.builder +++ b/app/views/api/ways/ways_for_node.xml.builder @@ -1,5 +1,5 @@ xml.instruct! xml.osm(OSM::API.new.xml_root_attributes) do |osm| - osm << (render(:partial => "api/map/way", :collection => @ways) || "") + osm << (render(@ways) || "") end