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} %>