zhishi-engine/zhishi-backend

View on GitHub
app/views/users/_user.json.jbuilder

Summary

Maintainability
Test Coverage
json.extract! user, :id, :name, :points, :image
json.url user_url(user, format: :json)