Customers


<% @customers.each do |c| %>
<% @customer = c.name%> <%= render :partial => 'customers/details' %>
<% end %> <%= @customer_pages %>
<%= button_to "New", new_customer_path, method: :get %>