From c20547997513ee99274c91e939a05c18f8b53d3e Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 21 Apr 2016 09:59:09 -0400 Subject: [PATCH] Update index.html.erb --- app/views/vehicle/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/vehicle/index.html.erb b/app/views/vehicle/index.html.erb index 95df40d..9bfd5b8 100644 --- a/app/views/vehicle/index.html.erb +++ b/app/views/vehicle/index.html.erb @@ -11,7 +11,7 @@

Customer Vehicles



-<% Vehicles.all.each do |vehicle| %> +<% Vehicle.all.each do |vehicle| %>
<%= vehicle.qbo_customer.name %> <%= vehicle.to_s %> <%= button_to "Delete", "delete/#{vehicle[:id]}", :confirm => "Are you sure?" %>