hello, how do I map many-to-many relationships without explicitly creating a cross-reference table? that is, how do I use Torque to map the many-to-many relationship between tables Resource and Contact without creating Resource_Contact? I've found two relevant posts in the archives. one post says that this is not possible, the other says it is, by using:
joint-table="true" in the <foreign-key> tag of both tables. joint-table, however, doesn't seem to be valid attribute. suggestions? thanks.
