mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove extra the
in preloader docs
This commit is contained in:
parent
5c2d33bd90
commit
5665806cc5
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ module ActiveRecord
|
|||
# == Parameters
|
||||
# +records+ is an array of ActiveRecord::Base. This array needs not be flat,
|
||||
# i.e. +records+ itself may also contain arrays of records. In any case,
|
||||
# +preload_associations+ will preload the all associations records by
|
||||
# +preload_associations+ will preload all associations records by
|
||||
# flattening +records+.
|
||||
#
|
||||
# +associations+ specifies one or more associations that you want to
|
||||
|
|
Loading…
Reference in a new issue