X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c1c459734d96736d1f4a5a14ec2570bcfd2cf83d..1db26ff5f9039fb6e55d3a65f16cb43ba28aba20:/app/views/api/users/index.json.jbuilder diff --git a/app/views/api/users/index.json.jbuilder b/app/views/api/users/index.json.jbuilder index efc905cfe..1ad07d47c 100644 --- a/app/views/api/users/index.json.jbuilder +++ b/app/views/api/users/index.json.jbuilder @@ -1,3 +1,5 @@ +json.partial! "api/root_attributes" + json.users(@users) do |user| json.partial! user end