Using migrations, is there a way to create a join table without resorting to SQL? (i.e. I don''t want an ''id'' field automatically created)
On Aug 28, 2005, at 5:34 AM, Joe Van Dyk wrote:> Using migrations, is there a way to create a join table without > resorting to SQL? (i.e. I don''t want an ''id'' field automatically > created)give :id => false to the create_table in your migration. -- Scott Barron Lunchbox Software http://lunchboxsoftware.com http://lunchroom.lunchboxsoftware.com