From e3ce2445b883e76a45fff8c5a427f4f5e6b61384 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Wed, 19 Sep 2018 10:05:45 -0400 Subject: [PATCH] Update index.html.erb --- app/views/customers/index.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/customers/index.html.erb b/app/views/customers/index.html.erb index f561320..1597c02 100644 --- a/app/views/customers/index.html.erb +++ b/app/views/customers/index.html.erb @@ -9,6 +9,8 @@ <% end %> +

Matching <%= @customers.count %> Customers

+
<%= will_paginate @customers %>