openstreetmap-website/app/views/api/messages/outbox.xml.builder
2024-07-29 10:42:38 +00:00

5 lines
105 B
Ruby

xml.instruct!
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
osm << (render(@messages) || "")
end