Plugins - Multimodel Forms
Add to favoritesThis plugin allows multiple models to have a place in one form. For example, if an article model has_many links. The links can be edited, created, deleted and even sorted (acts_as_list) from the article edit/new form. Included ajax helpers so links can be added and deleted client side and db is only touched when form is submitted.
This is largely derived from Ryan Bates’ tutorial over at: http://railscasts.com/episodes/75
http://code.google.com/p/multimodel-forms/
http://multimodel-forms.googlecode.com/svn/trunk/multimodel_forms/
Rails' (MIT)
Model
