From 76e230770b87cc72f77cda1f458aa7f751d7852b Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Wed, 27 Apr 2016 08:02:11 -0400 Subject: [PATCH] Update index.html.erb --- app/views/customers/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/customers/index.html.erb b/app/views/customers/index.html.erb index f00a762..528767c 100644 --- a/app/views/customers/index.html.erb +++ b/app/views/customers/index.html.erb @@ -11,7 +11,7 @@ <% end %> -<%= @customer_pages %> +<%= will_paginate @customers %>
<%= button_to "New", new_customer_path, method: :get %>