Update index.html.erb

This commit is contained in:
2016-08-04 00:01:15 -04:00
committed by GitHub
parent ffc589fe80
commit aa33de00d2

View File

@@ -1,6 +1,6 @@
<h1>Customer Vehicles</h1>
<br/>
<%= #button_to "New Vehicle", new_vehicle_path(@customer), method: :get %>
<% #button_to "New Vehicle", new_vehicle_path(@customer), method: :get %>
<%= render :partial => 'vehicles/list' %>