for an implicit many-many relationship, when conne...
# orm-help
k
for an implicit many-many relationship, when connecting/disconnecting, does it remove the record from the join table? or how does it really behave?
r
Yes
disconnect
will remove the relation from the join table.