Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bring back passing single record support for
Preloader
I removed redundant `Array.wrap(records)` since `Preloader` is nodoc class and Active Record always pass `records` as an array to `Preloader`. But if users relies on that behavior, it is not worth dropping its behavior. Fixes #31661.
- Loading branch information