openstreetmap-website/app/views/api/messages/mailboxes/show.xml.builder
2024-12-22 07:03:41 +03:00

5 lines
156 B
Ruby

xml.instruct!
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
osm << (render(:partial => "api/messages/message", :collection => @messages) || "")
end