From: Dr Nic Date: 2006-07-24T18:14:09+09:00 Subject: Re: [ANN] Composite Primary Keys for ActiveRecord 0.3.2 Sven Suska wrote: > Thanks, Nic, for crossposting! > > I'm so happy to know, that composite primary keys > can at last be used with ActiveRecord. > > Thanks you for sharing your code with us (me, especially :-) ) No problems :) Let me know of any special use cases that don't work (else I'll just keep writing code that just I need) At the moment I'm working on foreign keys in associations, e.g. class Foo < AR::Base has_many :bars, :foreign_key => [:bar_id, :seq] end Cheers Nic -- Posted via http://www.ruby-forum.com/.