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

7 lines
138 B
Ruby

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