Permit :id attribute in PermittedAttributes:BusinessAddress

This commit is contained in:
Nihal Mohammed
2021-08-11 13:36:42 +05:30
committed by Nihal M. Kelanthodika
parent 3cd5ed58c0
commit 1c72cd799d

View File

@@ -6,7 +6,7 @@ module PermittedAttributes
[
:company, :address1, :address2,
:city, :country_id, :state_id, :zipcode,
:phone, :_destroy
:phone, :_destroy, :id
]
end
end