From e400a7cee39a31bae862ed52d9753f8e8561b7da Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 28 Apr 2016 09:50:17 -0400 Subject: [PATCH] Update _details.html.erb --- app/views/customers/_details.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/customers/_details.html.erb b/app/views/customers/_details.html.erb index 8fcf627..34a6c62 100644 --- a/app/views/customers/_details.html.erb +++ b/app/views/customers/_details.html.erb @@ -29,7 +29,6 @@ <%= button_to "Edit", edit_customer_path(@customer), method: :get%> - <%= button_to "Delete", destroy_customer_path(@customer), method: :delete, data: {confirm: "You sure?"} %>