mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
HABTM Join tables should not have extra attributes When extra attributes is needed in HABTM join tables is better to use `has_many :through` association. Fix #4653