1. . @ryanbigg pointed out that it's the timestamps on the join table that is tripping it up.

    https://twitter.com/#!/ryanbigg/status/161739182664990721

    RT @ryanbigg: @veganstraightedge join table should not have any other fields on it. You have a time stamps field. Does getting rid of th ...

    Can someone explain to me why this habtm works in Rails 3.1, but not in 3.2? Please.

    3.1: https://gist.github.com/1668947

    3.2: https://gist.github.com/1668925