mirror of
https://github.com/openstreetmap/openstreetmap-website.git
synced 2025-08-16 17:07:06 +00:00
5 lines
156 B
Ruby
5 lines
156 B
Ruby
xml.instruct! :xml, :version => "1.0"
|
|
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
|
|
osm << render(:partial => "api_user", :collection => @users)
|
|
end
|