search for: edit_illnesses

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

2006 Mar 09
3
Need help PLEASE!!! - updating collection from form
...I sent in, based on the values returned. I would *really* appreciate it if someone could help point me in the right direction. I''ve included the view and controller code below. Thanks in advance for any assistance! Bill --------------------- controller code ------------------------ def edit_illnesses # send a collection of records to the view @emrec = find_emrec @illnesses = Illness.find(:all, :conditions => ["emrec_id = ?", @emrec.id]) end def update_illness # update the records sent in ''edit_illnesses'' base...