From fd8b5c280c96864848f763acead12fa91c9e8a71 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Fri, 2 Sep 2016 10:39:43 -0400 Subject: [PATCH] Create view.html.erb --- app/views/customers/view.html.erb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/views/customers/view.html.erb diff --git a/app/views/customers/view.html.erb b/app/views/customers/view.html.erb new file mode 100644 index 0000000..be05237 --- /dev/null +++ b/app/views/customers/view.html.erb @@ -0,0 +1,2 @@ +

Customer View:

+<%= render :partial => 'issues/show', locals: {issue: @issue} %>