search for: quote_list

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

Did you mean: quoted_list
2006 Jan 30
0
Adding ActiveRecord objects to the session
...te_id} - " + (qp.new_record? ? ''new'' : ''DB'') session[''quote''].push(qp) @debug << " / #{qp.id} - #{qp.quote_id} - " + (qp.new_record? ? ''new'' : ''DB'') end render :partial => ''quote_list'' end Anyone have any insight as to what''s going on here? The auto-saving to the DB is extremely annoying but I could make it work if I have too. But the auto-filling the quote_id field is quite unacceptable. Thanks, Chris -- Posted via http://www.ruby-forum.com/.