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