rails/actionview/lib
Yves Senn 246f07c751 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.
2014-07-17 17:28:58 +02:00
..
action_view docs, select and friends with multiple=true include a blank string. 2014-07-17 17:28:58 +02:00
action_view.rb just require the template resolver 2014-01-31 12:05:50 -08:00