From ffc589fe80d87445b6686024822eaa1c4771d90a Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Wed, 3 Aug 2016 23:59:50 -0400 Subject: [PATCH] Update index.html.erb --- app/views/vehicles/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/vehicles/index.html.erb b/app/views/vehicles/index.html.erb index c413411..271c700 100644 --- a/app/views/vehicles/index.html.erb +++ b/app/views/vehicles/index.html.erb @@ -1,6 +1,6 @@

Customer Vehicles


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