New records could not hold multiple habtm associates using ::set(). Fixes #160.
commite7d1d7ea268bdff0cabb1c651fb38e8afbad35ff
authorbermiferrer <bermiferrer@a2fa5c27-f921-0410-a72c-bf682d381be0>
Wed, 30 Apr 2008 18:09:14 +0000 (30 18:09 +0000)
committerbermiferrer <bermiferrer@a2fa5c27-f921-0410-a72c-bf682d381be0>
Wed, 30 Apr 2008 18:09:14 +0000 (30 18:09 +0000)
tree60c2f0cc230899c0624cf7e52cf380bc80d600cf
parenta818282a34d9dd889a801f57ba33e51b476ca054
New records could not hold multiple habtm associates using ::set(). Fixes #160.

git-svn-id: http://svn.akelos.org/trunk@574 a2fa5c27-f921-0410-a72c-bf682d381be0
lib/AkActiveRecord/AkAssociations/AkHasAndBelongsToMany.php
test/fixtures/app/models/post.php
test/fixtures/app/models/user.php
test/unit/lib/AkActiveRecord/AkHasAndBelongsToMany.php