7 lines
164 B
Ruby
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
|