diff --git a/app/views/customers/index.html.erb b/app/views/customers/index.html.erb new file mode 100644 index 0000000..c0231e3 --- /dev/null +++ b/app/views/customers/index.html.erb @@ -0,0 +1,15 @@ +

Customers

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