raen79/authentication

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

Summary

Maintainability
Test Coverage
if @user.blank?
  json.error 'could not find the user with the parameters provided'
else
  json.partial! 'users/user', user: @user
end