Posted By: Dr Nic Williams
Date: 2006-07-24 01:03
Summary: Composite Keys for ActiveRecords
Project: Composite Primary Keys for ActiveRecords
Rails and ActiveRecord users have long wanted support for legacy databases; especially tables with composite primary keys. This gem enhances ActiveRecords to allow model classes to support 2+ primary keys, using the set_primary_keys(*keys) command. |
|