X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0fb725ea611e7788a05bcb39bbf65ccdfe7ae505..19854d936dc3a60cbc439b18251bae5ec58ee7b5:/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