From 1c72cd799d1ab2d19e914e2091de2d37dc1ae45f Mon Sep 17 00:00:00 2001 From: Nihal Mohammed Date: Wed, 11 Aug 2021 13:36:42 +0530 Subject: [PATCH] Permit :id attribute in PermittedAttributes:BusinessAddress --- app/services/permitted_attributes/business_address.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/services/permitted_attributes/business_address.rb b/app/services/permitted_attributes/business_address.rb index 2a4154e7ea..52a4bccb75 100644 --- a/app/services/permitted_attributes/business_address.rb +++ b/app/services/permitted_attributes/business_address.rb @@ -6,7 +6,7 @@ module PermittedAttributes [ :company, :address1, :address2, :city, :country_id, :state_id, :zipcode, - :phone, :_destroy + :phone, :_destroy, :id ] end end