miletbaker / add_nested_fields

Rails ActionView / RJS Helper to work with dynamically adding removing partials for working with accepts_nested_attributes_for
http://www.gotripod.com
MIT License
21 stars 3 forks source link

Added an option to run a piece of javascript just after a new insertion. #5

Open gaqzi opened 13 years ago

gaqzi commented 13 years ago

New option :after_insertion added to add_nested_fields_for

gaqzi commented 13 years ago

My branch also got a fix for the deprecated :_delete to :_destroy as well as this feature. :)