Customers


<% QboCustomers.all.each do |c| %>
<% @customer = c.name%>
<% end %>
<%= button_to "New", new_customer_path, method: :get %>