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 %>