From ca6b48c8d5fa9a9902a908da38e23b84dd182e30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Mej=C3=ADa?= Date: Mon, 2 Jul 2012 23:37:10 -0500 Subject: [PATCH] Explaining gotcha with the :collection_wrapper_class option. --- lib/simple_form/action_view_extensions/builder.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/simple_form/action_view_extensions/builder.rb b/lib/simple_form/action_view_extensions/builder.rb index 31888631..2fe9b77b 100644 --- a/lib/simple_form/action_view_extensions/builder.rb +++ b/lib/simple_form/action_view_extensions/builder.rb @@ -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. #