X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8598ae3bc8b5545fafee8ff062522688bcf40393..0fb725ea611e7788a05bcb39bbf65ccdfe7ae505:/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 new file mode 100644 index 000000000..8ef92752f --- /dev/null +++ b/app/views/api/users/show.json.jbuilder @@ -0,0 +1,3 @@ +json.users([@user]) do |user| + json.partial! user +end