On 5/31/06, Michael Koziarski <[EMAIL PROTECTED]> wrote:>
Sadly, HABTM has to support those 'rich attributes'. Pulling in
those values is a 'feature' not a bug. The consequence of this is
that HABTM cannot support join tables with a column called id.
Regardless of whether its a feature, b
Sadly, HABTM has to support those 'rich attributes'. Pulling in
those values is a 'feature' not a bug. The consequence of this is
that HABTM cannot support join tables with a column called id.
Just a thought, but adding this patch might be way to transition folks
from habtm to has_many :thr
I can understand habtm is moving towards deprecating support for extra
attributes in join_table, and to use :through for those cases instead.
To clarify, patch for #5216 wasn't looking to support populating extra
attributes in join table. But rather, it was meant to make habtm resilient
against e
Hi,Posting here since issue tracking isn't the best place to discuss.I
can understand habtm is moving towards deprecating support for extra
attributes in join_table, and to use :through for those cases instead.
To clarify, patch for
#5216 wasn't looking to support
populating extra attributes in