Update show.html.erb

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

View File

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