diff --git a/app/views/vehicle/index.html.erb b/app/views/vehicle/index.html.erb index 904e839..7d11f63 100644 --- a/app/views/vehicle/index.html.erb +++ b/app/views/vehicle/index.html.erb @@ -19,3 +19,5 @@ <%= vehicle.qbo_customer.name %> <%= vehicle.to_s %> <%= button_to "Edit", vehicle, method: :edit %> <%= button_to "Delete", vehicle, method: :delete, data: {confirm: "You sure?"} %> <% end %> + +<%= button_to "New", vehicle, method: :new %>