-
-
Notifications
You must be signed in to change notification settings - Fork 592
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
Overridden finders are not work properly with history for ActiveRecord::Associations #489
Comments
I'm having problems very similar to this as well, any assistance would be much appreciated. |
I'm looking into this. As a workaround in the mean time try using the |
I get the same result both with and without the friendly scope. I do have the :finders addon running as well. |
I'm also seeing this. The problem seems to be that if |
This seems to fix the problem, and tests still all pass. Not sure of all the implications however: |
it works properly for class:
but not for ActiveRecord::Associations:
The text was updated successfully, but these errors were encountered: