openstreetmap-website/app/views/api/user_blocks/show.xml.builder
2023-09-09 15:53:22 +03:00

5 lines
107 B
Ruby

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