From 1688ebd3271149c8edef46352f2692fed78ba062 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Fri, 22 Apr 2016 12:08:34 -0400 Subject: [PATCH] Update index.html.erb --- app/views/vehicles/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/vehicles/index.html.erb b/app/views/vehicles/index.html.erb index 0ad3757..d5d9852 100644 --- a/app/views/vehicles/index.html.erb +++ b/app/views/vehicles/index.html.erb @@ -4,7 +4,7 @@
- <% @customer = vehicle.qbo_customer.name if @vehicle.qbo_customer %> + <% @customer = vehicle.qbo_customer.name if vehicle.qbo_customer %> <% @vehicle = vehicle %> <%= render :partial => 'vehicles/details' %>