ryanb / nested_form

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

User can now specifiy a prefix for the blueprint source div id, #285

Closed ghost closed 10 years ago

ghost commented 10 years ago

so the id is unique in the page.

(ex. :data => { :target => '#task', :source => 'prefix' } )