diff options
author | Yves Senn <yves.senn@gmail.com> | 2014-07-17 17:23:47 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2014-07-17 17:28:58 +0200 |
commit | 246f07c7512eca59fb304162b1b1d7dea5eb6e64 (patch) | |
tree | 39939a40cce1e7cf3b2572b37649fd495cebe9bc /.gitignore | |
parent | 58427d9330ff4d189ed5bd667fdeae5a2dadc9c0 (diff) | |
download | rails-246f07c7512eca59fb304162b1b1d7dea5eb6e64.tar.gz rails-246f07c7512eca59fb304162b1b1d7dea5eb6e64.tar.bz2 rails-246f07c7512eca59fb304162b1b1d7dea5eb6e64.zip |
docs, `select` and friends with `multiple=true` include a blank string.
[Jonas Baumann & Yves Senn]
The submitted params from a select with `multiple: true` look as follows:
```
{post: {category: [""]}}
{post: {category: ["", "Category 1", "Category 2"]}}
```
This is a follow up to #1552.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions