From: Dmitrii Dimandt Date: 2006-06-13T21:29:50+09:00 Subject: Re: ugly ruby code... > "The array form is to be used when the condition input is > tainted and requires sanitization" > > I wouldn't think of an id derived from another table as been tainted. > Perhaps I'm wrong, but please explain if this is the case. I don't think > you can store malicious code in an NUMERIC column? This code will one day be copied over to some other place where this id is tainted. Then you'l have nightmare on yur hands :)