ryanb / nested_form

Rails plugin to conveniently handle multiple models in a single form.
MIT License
1.79k stars 505 forks source link

Added support for bootstrap_forms #218

Closed mwanji closed 11 years ago

mwanji commented 11 years ago

Added NestedForm::BootstrapFormsBuilder, bootstrap_forms_nested_form_for(), spec and amended README.

mwanji commented 11 years ago

I hadn't seen the generic custom form builder suppoort on the wiki.

ashleydw commented 10 years ago

Can you share how you did this using the custom form builder? Thanks.

mwanji commented 10 years ago

It's explained here: https://github.com/ryanb/nested_form/wiki/How-To:-Custom-nested-form-builders

ashleydw commented 10 years ago

Thanks I saw that, I was just looking for a bootsrap shortcut :)