Update show.html.erb

This commit is contained in:
2016-08-01 17:00:54 -04:00
committed by GitHub
parent 3f29a024f9
commit 54e59fbd98

View File

@@ -1,4 +1,4 @@
<h1>Customer #<%= customer.id %></h1>
<h1>Customer #<%= @customer.id %></h1>
<br/>
<%= render :partial => 'customers/details', locals: {customer: @customer} %>
<br/>