<%= @customer%>
<%= @vehicle.to_s %>
Notes:
<%= @vehicle.vin %>

Notes:
<%= @vehicle.notes %>
<%= button_to "Edit", edit_vehicle_path(@vehicle), method: :get%> <%= button_to "Delete", @vehicle, method: :delete, data: {confirm: "You sure?"} %>