diff --git a/app/views/vehicles/_details.html.erb b/app/views/vehicles/_details.html.erb index 54d438e..0bbab30 100644 --- a/app/views/vehicles/_details.html.erb +++ b/app/views/vehicles/_details.html.erb @@ -3,7 +3,7 @@ Customer - <%= vehicle.customer.name %> + <%= link_to customer_path(customer), vehicle.customer.name %>