More Progress!

This commit is contained in:
2016-04-21 20:44:18 -04:00
parent fa3322d530
commit 0c2d57c826
9 changed files with 81 additions and 36 deletions

View File

@@ -0,0 +1,9 @@
<h1>Customer Vehicle</h1>
<br/>
<%= @vehicle.qbo_customer.name if @vehicle.qbo_customer %>
<br/>
<%= @vehicle.to_s %>
<br/>
<%= button_to "Edit", edit_vehicle_path(@vehicle), method: :get%>
<br/>
<%= button_to "Delete", @vehicle, method: :delete, data: {confirm: "You sure?"} %>