Displaying 1 result from an estimated 1 matches for "partlycompletedorder".
2005 Dec 20
10
Multiple screens before save called
Is there a clever rails way to chain multiple forms together to collect
all the info that I need before finally calling "save"?
For example consider an app which needs to create a "Order" object which
is tied to a "Contact" object which may or may already exist. Lets
pretend we don''t want to save the order to the DB until the contact info
is known and