From 68b6ea764957ee382a5d1b1d6c0eb0f5a1c5d998 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 28 Jul 2016 23:33:15 -0400 Subject: [PATCH] Update _list.html.erb --- app/views/vehicles/_list.html.erb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/vehicles/_list.html.erb b/app/views/vehicles/_list.html.erb index 449540d..2652286 100644 --- a/app/views/vehicles/_list.html.erb +++ b/app/views/vehicles/_list.html.erb @@ -4,6 +4,10 @@
<%= vehicle.to_s %>
+ <%= vehicle.customer %> +
+ <%= vehicle.vin %> +
<%= button_to "More", vehicle_path(vehicle), method: :get %>