CHANGELOG in composite_primary_keys-0.1.3 vs CHANGELOG in composite_primary_keys-0.1.4
- old
+ new
@@ -1,4 +1,8 @@
+* 0.1.4 *
+ - it was important that #{primary_key} for composites --> 'key1,key2' and not 'key1key2'
+ so created PrimaryKeys class
+
* 0.0.1 * Initial version
- set_primary_keys(*keys) is the activation class method to transform an ActiveRecord into
a composite primary key AR
- find(*ids) supports the passing of
- id sets: Foo.find(2,1),
\ No newline at end of file