From d33c0c9aa5f2af0951ca5eb32f53a7df8234a92e Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Mon, 1 Aug 2016 22:34:38 -0400 Subject: [PATCH] Update _details.html.erb --- app/views/vehicles/_details.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/vehicles/_details.html.erb b/app/views/vehicles/_details.html.erb index 0bbab30..92d6499 100644 --- a/app/views/vehicles/_details.html.erb +++ b/app/views/vehicles/_details.html.erb @@ -3,7 +3,7 @@ Customer - <%= link_to customer_path(customer), vehicle.customer.name %> + <%= link_to customer_path(vehicle.customer), vehicle.customer.name %>