By Finster on 5/11/08
1 - Note about HABTM and Containable
Something not documented here is that when you Contain a HABTM relationship, the join table gets included in the results.
So, in the first example here, you'll have a PostsTag array within each Tag result with the pertinent information from the join table.
Login to add a comment
By Finster on 5/11/08
1 - Note about HABTM and Containable
Something not documented here is that when you Contain a HABTM relationship, the join table gets included in the results.
So, in the first example here, you'll have a PostsTag array within each Tag result with the pertinent information from the join table.