search for: prototypemodel

Displaying 1 result from an estimated 1 matches for "prototypemodel".

Did you mean: prototype_model
2009 Feb 19
3
Associated child records not created on creation of a parent.
...abase. The child records are <u>mysteriously rolled back </u> if I insert them in a loop. If I try to insert a single child record, it works.I have read the books and tried to google my way out of this but am at a dead end. Any help is appreciated. Problem Statement ------------ PrototypeModel has many Departments . Departments may also be grouped within Departments. Trying to create a new PrototypeModel and populating the departments (behind the scenes) from a template PrototypeModel specified by the user in params[:prototype_model][:parent_id]. The save of the PrototypeModel fa...