From 59ebeb48ce55a2db48f6a582ab6b6034fe5e23b5 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Fri, 2 Sep 2016 11:03:10 -0400 Subject: [PATCH] Update view.html.erb --- app/views/customers/view.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/customers/view.html.erb b/app/views/customers/view.html.erb index b96b422..590773b 100644 --- a/app/views/customers/view.html.erb +++ b/app/views/customers/view.html.erb @@ -1,2 +1,2 @@

Customer View:

-<%= redirect_to @issue %> +<%= render "issues/show" %>