Modified the documentation to reflect resolved issue #61

This commit is contained in:
Daniel Onggunhao 2012-07-06 11:04:44 -07:00
parent d0384d14d6
commit b11423e5a0
1 changed files with 2 additions and 0 deletions

View File

@ -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' }
````