Description
ActiveRecords in Ruby on Rails are "opinionated" and enforce one primary key per table. Legacy databases are less forgiving of this opinion. http://compositekeys.rubyforge.org is an ActiveRecords extension to support composite primary keys.