Strund3r/ECS_test

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

Summary

Maintainability
Test Coverage
json.extract! user, :id, :name, :email, :created_at, :updated_at
json.url user_url(user, format: :json)