Create view.html.erb

This commit is contained in:
2016-09-02 10:39:43 -04:00
committed by GitHub
parent ef6f104d5f
commit fd8b5c280c

View File

@@ -0,0 +1,2 @@
<h2>Customer View:</h2>
<%= render :partial => 'issues/show', locals: {issue: @issue} %>