From 65d681f5e351fa7c7d117ecebe8b7a95f9ebea8d Mon Sep 17 00:00:00 2001 From: Mikhail Dieterle Date: Sat, 16 Mar 2013 01:14:54 +0300 Subject: Update action_controller_overview.md --- guides/source/action_controller_overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guides/source/action_controller_overview.md') diff --git a/guides/source/action_controller_overview.md b/guides/source/action_controller_overview.md index c13eb8512f..55aab1ef93 100644 --- a/guides/source/action_controller_overview.md +++ b/guides/source/action_controller_overview.md @@ -239,8 +239,8 @@ scalar values map the key to an empty array: params.permit(:id => []) ``` -To whitelist an entire hash of parameters, the `permit!+ method can be -used +To whitelist an entire hash of parameters, the `permit!` method can be +used: ```ruby params.require(:log_entry).permit! -- cgit v1.2.3