X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ddac660f3b7cc09a7718f20d1b857b0794d5a4ef..b70da7b8ea15ab48bb2f34155567cea6dffc8fc9:/app/views/api/users/index.json.jbuilder?ds=sidebyside 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