Customer <%= @customer %>
Vehicle <%= @vehicle.to_s %>
VIN <%= @vehicle.vin %>
Style <%= @vehicle.style %>
Drive <%= @vehicle.drive %>
Doors <%= @vehicle.doors %>
Notes <%= @vehicle.notes %>
<%= button_to "Edit", edit_vehicle_path(@vehicle), method: :get%> <%= button_to "Delete", @vehicle, method: :delete, data: {confirm: "You sure?"} %>