raen79/authentication

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

Summary

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