From af25326c233a7040d55bb2f4a557a1baac5c51da Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Fri, 2 Sep 2016 11:09:12 -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 ebdf9b7..e1bb1d7 100644 --- a/app/views/customers/view.html.erb +++ b/app/views/customers/view.html.erb @@ -1,2 +1,2 @@

Customer View:

-<%= puts "issues/show" %> +<%= render :partial => 'issues/attributes', locals: {issues: @issues} %>