Skip to content
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

Correct documentation around ActiveRecord::Associations::Preloader#initialize [skip ci] #42484

Merged
merged 1 commit into from
Jun 16, 2021

Conversation

brunvez
Copy link
Contributor

@brunvez brunvez commented Jun 14, 2021

Summary

Closes #41879. This seemed interesting to correct. Even if it's not part of the API, people may refer to it (I've personally used it to fix tricky N+1 queries and to integrate efficiently with GraphQL) so it seemed like a good idea to keep it up to date.

@zzak zzak merged commit 021b760 into rails:main Jun 16, 2021
@brunvez brunvez deleted the correct_preload_docs branch June 16, 2021 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs: Preloader refers to incorrect information about find
2 participants