class PullRequest::Collection
- PullRequest::Collection
- Clear::Model::CollectionBase(PullRequest)
- Reference
- Object
Overview
Addition of the method for eager loading and N+1 avoidance.
Defined in:
bitte_ci/model.crInstance Method Summary
-
#with_builds(fetch_columns = false, &block : Build::Collection -> ) : self
Eager load the has many relation builds.
- #with_builds(fetch_columns = false)
Instance Method Detail
Eager load the has many relation builds. Use it to avoid N+1 queries.