Update index.html.erb

This commit is contained in:
2018-09-19 10:05:45 -04:00
committed by GitHub
parent 2b333667ed
commit e3ce2445b8

View File

@@ -9,6 +9,8 @@
</div>
<% end %>
<p>Matching <%= @customers.count %> Customers </p>
<div class="actions">
<%= will_paginate @customers %>
</div>