lortza/sorrygirl

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

Summary

Maintainability
Test Coverage
# frozen_string_literal: true

json.extract! @user,
              :id,
              :first_name,
              :last_name,
              :email,
              :username,
              :created_at,
              :updated_at