> Someone else will have to chime in on how efficient or inefficient > this is. My last project was on a database that was very reliant on > "sets" and this is the closest thing I've found in rails to that > concept.
Just To clarify the last statement, the Database environment was 4D and in 4D you'd do QUERY([Answers];[Answers]requires_other = true) RELATE ONE SELECTION([Answers];[Questions]) RELATE ONE SELECTION([Questions];[Assessments]) Don't know if there is an equivalent approach in Rails. Steve -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

