You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.
Hi,
This error has bugged me for a while, I've done lots of searching and asked regarding it on Stackoverflow (http://stackoverflow.com/questions/13952050/why-is-datamapper-trying-to-re-save-my-relationships) with no solution forthcoming so said I'd raise it here.
Basically I have a class User defined as follows:
and a model interests defined as:
This creates a link table with two columns which make up a composite key. I can save new records fine but when I try to update a user like so:
I get the following error:
Would really appreciate anyone who can shed any light on this - its baffled me!
The text was updated successfully, but these errors were encountered: