in app/controllers/api/customers_controller.rb [13:16]
def show render json: Customer.find(params[:id]) end