From 259737a488e30a26533b3c9f9ef960418f0dc602 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 4 Aug 2016 09:51:47 -0400 Subject: [PATCH] Update show.html.erb --- app/views/customers/show.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/customers/show.html.erb b/app/views/customers/show.html.erb index 03e903f..9f5211a 100644 --- a/app/views/customers/show.html.erb +++ b/app/views/customers/show.html.erb @@ -5,7 +5,6 @@

Vehicles:

<%= render :partial => 'vehicles/list' %> -
<%= button_to "New Vehicle", new_customer_vehicle_path(@customer), method: :get %>

Issues: