1
0
Fork 0
mirror of https://github.com/heartcombo/simple_form.git synced 2022-11-09 12:19:26 -05:00

Merge pull request #952 from alexcp/patch-1

Update README.md
This commit is contained in:
Rafael Mendonça França 2013-12-09 09:35:14 -08:00
commit 4362210975

View file

@ -276,7 +276,7 @@ overriding the `:collection` option:
Collections can be arrays or ranges, and when a `:collection` is given the `:select` input will be
rendered by default, so we don't need to pass the `as: :select` option. Other types of collection
are `:radio_buttons` and `:check_boxes`. Those are added by **Simple Form** to Rails set of form
helpers (read Extra Helpers session below for more information).
helpers (read Extra Helpers section below for more information).
Collection inputs accept two other options beside collections: