From aa33de00d2566ca6c70ba00ca73ca1fc19a275a0 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 4 Aug 2016 00:01:15 -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 271c700..8363ce0 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' %>