X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ddac660f3b7cc09a7718f20d1b857b0794d5a4ef..e91c02f2ceb2b72a77846a0c31f5eca22b9b0a65:/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