From 512f5ad7ba86c1a78b82ab003814ed4f22fec84e Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Tue, 13 Jun 2017 21:55:13 -0400 Subject: [PATCH] Create index.html.erb --- app/views/customers/index.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/customers/index.html.erb b/app/views/customers/index.html.erb index e0bba54..2470aa3 100644 --- a/app/views/customers/index.html.erb +++ b/app/views/customers/index.html.erb @@ -4,7 +4,8 @@ <%= text_field_tag :search, params[:search], placeholder: "Search Customers" %> <%= submit_tag "Search" %> <% end %> -<%= button_to "New Customer", new_customer_path, method: :get%> +<%= button_to "New Customer", new_customer_path, method: :get%> +<%= button_to "Sync", qbo_sync_path, method: :get%>
<% if @customers.present? %>