Update _details.html.erb

This commit is contained in:
2016-04-28 09:22:29 -04:00
parent 9d96c813e9
commit 79539dd57f

View File

@@ -28,7 +28,7 @@
<tr>
<td/>
<td>
<%= button_to "Edit", edit_vehicle_path(@customer), method: :get%>
<%= button_to "Edit", edit_customer_path(@customer), method: :get%>
<%= button_to "Delete", @customer, method: :delete, data: {confirm: "You sure?"} %>
</td>
</tr>