From 702ab5013eab5f76de36cc7a748e550591f6118a Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 4 Aug 2016 00:11:54 -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 8363ce0..c413411 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' %>