X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e66c7192949e46480c55f3d74a5b38da95532db3..a66c34991acfff398fbc83c921dfce18a835ee26:/app/views/api/users/index.builder diff --git a/app/views/api/users/index.builder b/app/views/api/users/index.builder index 68d629099..60fcfa898 100644 --- a/app/views/api/users/index.builder +++ b/app/views/api/users/index.builder @@ -1,4 +1,4 @@ xml.instruct! :xml, :version => "1.0" xml.osm(OSM::API.new.xml_root_attributes) do |osm| - osm << render(:partial => "user", :collection => @users) + osm << render(@users) end