Explaining gotcha with the :collection_wrapper_class option.

This commit is contained in:
Andrés Mejía 2012-07-02 23:37:10 -05:00
parent c9562055b4
commit ca6b48c8d5
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.
#