Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change
Relation#load
to match AR implementation
`Relation#load` method: - Accepts a block as an argument - Checks also for `scheduled?` predicate - Returns the `Relation` itself (not an array) This signature is available from 7.0.0, the minimum requested AR version Close #297 Ref: rails/rails@caa178c
- Loading branch information