diff options
author | Mikhail Dieterle <MikDiet@gmail.com> | 2013-03-16 01:02:21 +0300 |
---|---|---|
committer | Mikhail Dieterle <MikDiet@gmail.com> | 2013-03-16 01:02:21 +0300 |
commit | 3aa3880cfb86d7330db573a31066fd8ef897f180 (patch) | |
tree | f05bbc75b9e192f1daa1f1a9af5b5d82367537ee /guides/source | |
parent | 0ddae9fcf6a648b48cf06562a95618ea6c84fbbb (diff) | |
download | rails-3aa3880cfb86d7330db573a31066fd8ef897f180.tar.gz rails-3aa3880cfb86d7330db573a31066fd8ef897f180.tar.bz2 rails-3aa3880cfb86d7330db573a31066fd8ef897f180.zip |
fix markup of controllers guide
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/action_controller_overview.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/action_controller_overview.md b/guides/source/action_controller_overview.md index 624b93da28..c13eb8512f 100644 --- a/guides/source/action_controller_overview.md +++ b/guides/source/action_controller_overview.md @@ -232,7 +232,7 @@ The permitted scalar types are `String`, `Symbol`, `NilClass`, `StringIO`, `IO`, `ActionDispatch::Http::UploadedFile` and `Rack::Test::UploadedFile`. -To declare that the value in `params+ must be an array of permitted +To declare that the value in `params` must be an array of permitted scalar values map the key to an empty array: ```ruby |