Update index.html.erb

This commit is contained in:
2016-04-27 08:02:11 -04:00
parent 70d7b65741
commit 76e230770b

View File

@@ -11,7 +11,7 @@
</div> </div>
<% end %> <% end %>
<%= @customer_pages %> <%= will_paginate @customers %>
<div class="actions"> <div class="actions">
<%= button_to "New", new_customer_path, method: :get %> <%= button_to "New", new_customer_path, method: :get %>