search for: 3344ba1d

Displaying 1 result from an estimated 1 matches for "3344ba1d".

2006 Apr 28
1
object passing for distributed model
I''m still fairly novice when it comes to rails so i was hoping someone here could shed some light on the correct way to do things. I have a central object that has :has_many relationships with 5 other objects. So i have one table, foo, and 5 other tables have foo_id to associate each row with a foo object. Now, i have a page that renders all the "foo" associations. I chose