openstreetmap-website/app/views/api/user_preferences/index.xml.builder
2019-11-20 16:39:23 +01:00

7 lines
164 B
Ruby

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