-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Rails 5.2.1 Support - Inversed_from support #31
Comments
I raised this in the wrong repo initially - I think it's the same issue: What Ruby, Rails and RSpec versions are you using?Ruby version: 2.3 Observed behaviour
The same model works fine with rails 5.1.x. Expected behaviourNo exception. Can you provide an example app? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rails 5.2.1 introduced a change that breaks models when used with associations. It throws an error about not having the method
inversed_from
defined.I have patched it in my client's application with this patchfile.
The text was updated successfully, but these errors were encountered: