Update action_controller_overview.md

This commit is contained in:
Mikhail Dieterle 2013-03-16 01:14:54 +03:00
parent 3aa3880cfb
commit 65d681f5e3

@ -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!