-
Notifications
You must be signed in to change notification settings - Fork 899
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reify(has_many: true) not working for associations to models using STI #497
Comments
This is the expected behavior. This is due to the fact that versions for Please read the Basic Usage section of the README. |
Thanks for your response. Shouldn't two versions of the contact exist at that point however, given that a contact_email was added to the contact? Especially given that I have
That said however, even if I modify the example to include an update on the contact before adding the email address, the bug persists. Revised example code:
|
No, as the Rails documentation states for that
The example you just put above would work, except that you don't have the If you want to properly use the |
There is an open issue #463 for trying to implement a feature for an option to generate versions upon only changes to associations which I'm trying to figure out before the final |
Best to explain via example:
The text was updated successfully, but these errors were encountered: