Update show.html.erb

This commit is contained in:
2016-08-03 21:15:03 -04:00
committed by GitHub
parent 3f5334a92d
commit c6d3d9673b

View File

@@ -5,7 +5,7 @@
<%= render :partial => 'vehicles/list' %>
<br/>
<%= form_tag(new_vehicle_path, :method => "get", id: "new") do %>
<%= hidden_field :customer, :id => @customer.id %>
<%= hidden_field :customer => @customer %>
<%= submit_tag "New Vehicle" %>
<% end %>
<br/>