Merge pull request #608 from andmej/catch

Explaining gotcha with the :collection_wrapper_class option.

[ci skip]
This commit is contained in:
Carlos Antonio da Silva 2012-07-03 04:48:07 -07:00
commit f5ddf6a9e0
1 changed files with 2 additions and 1 deletions

View File

@ -153,7 +153,8 @@ module SimpleForm
#
# * collection_wrapper_tag => the tag to wrap the entire collection.
#
# * collection_wrapper_class => the CSS class to use for collection_wrapper_tag
# * collection_wrapper_class => the CSS class to use for collection_wrapper_tag. This option
# is ignored if the :collection_wrapper_tag option is blank.
#
# * item_wrapper_tag => the tag to wrap each item in the collection.
#