From b11423e5a0b611df47fa91d17ea45123d1b8161b Mon Sep 17 00:00:00 2001 From: Daniel Onggunhao Date: Fri, 6 Jul 2012 11:04:44 -0700 Subject: [PATCH] Modified the documentation to reflect resolved issue #61 --- README.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.markdown b/README.markdown index 8ba4ac5..946c68b 100644 --- a/README.markdown +++ b/README.markdown @@ -165,6 +165,8 @@ Inside the `html_options` you can add an option `:render_options`, and the conta form. E.g. especially when using `twitter-bootstrap` and `simple_form` together, the `simple_fields_for` needs the option `:wrapper => 'inline'` which can be handed down as follows: +(Note: In certain newer versions of simple_form, the option to use is ':wrapper => 'bootstrap') + ````haml = link_to_add_association 'add something', f, :something, :render_options => {:wrapper => 'inline' } ````