We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My setup is like this:
Doctor --(has_one)--> Practice --(has_many)--> Addresses
I get an error when I try to doctor.versions.last.reify(has_one: true, has_many: true)
doctor.versions.last.reify(has_one: true, has_many: true)
The text was updated successfully, but these errors were encountered:
Guessing this is dupe of #498
Sorry, something went wrong.
I get an error
What error?
Are you able to reproduce this issue in a brand new rails app with the latest version of paper_trail?
Closing. Please provide the requested information and we'll be happy to reopen this issue.
No branches or pull requests
My setup is like this:
Doctor --(has_one)--> Practice --(has_many)--> Addresses
I get an error when I try to
doctor.versions.last.reify(has_one: true, has_many: true)
The text was updated successfully, but these errors were encountered: