composite_primary_keys 0.7.5
ActiveRecords only support a single primary key, preventing their use on legacy databases where tables have primary keys over 2+ columns. This solution allows an ActiveRecord to be extended to support multiple keys using the class method set_primary_keys.
Gemfile:
=
インストール:
=
Runtime依存関係 (1):
activerecord
>= 1.14.3