X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0fb725ea611e7788a05bcb39bbf65ccdfe7ae505..1fa2972bcd72a26e5b890316e39eec635aedd796:/app/views/api/users/show.json.jbuilder diff --git a/app/views/api/users/show.json.jbuilder b/app/views/api/users/show.json.jbuilder index 8ef92752f..b3a86a892 100644 --- a/app/views/api/users/show.json.jbuilder +++ b/app/views/api/users/show.json.jbuilder @@ -1,3 +1,3 @@ -json.users([@user]) do |user| - json.partial! user -end +json.partial! "api/root_attributes" + +json.partial! @user