From 44da9eb3b919b10699c803f17295c39da5ab7523 Mon Sep 17 00:00:00 2001 From: Mina Slater Date: Tue, 21 Aug 2018 21:36:40 -0500 Subject: [ci skip] change all instances of blacklist and whitelist to denylist and allowlist --- guides/source/form_helpers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guides/source/form_helpers.md') diff --git a/guides/source/form_helpers.md b/guides/source/form_helpers.md index a4f7e6f601..86d0e6b18b 100644 --- a/guides/source/form_helpers.md +++ b/guides/source/form_helpers.md @@ -953,7 +953,7 @@ If the associated object is already saved, `fields_for` autogenerates a hidden i ### The Controller As usual you need to -[whitelist the parameters](action_controller_overview.html#strong-parameters) in +[allowlist the parameters](action_controller_overview.html#strong-parameters) in the controller before you pass them to the model: ```ruby @@ -999,7 +999,7 @@ remove addresses: <% end %> ``` -Don't forget to update the whitelisted params in your controller to also include +Don't forget to update the allowlisted params in your controller to also include the `_destroy` field: ```ruby -- cgit v1.2.3