mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo s/limitions/limitations/ [ci skip]
This commit is contained in:
parent
18db06286a
commit
90db24436a
1 changed files with 1 additions and 1 deletions
|
@ -1400,7 +1400,7 @@ module ActiveRecord
|
|||
# [:disable_joins]
|
||||
# Specifies whether joins should be skipped for an association. If set to true, two or more queries
|
||||
# will be generated. Note that in some cases, if order or limit is applied, it will be done in-memory
|
||||
# due to database limitions. This option is only applicable on `has_many :through` associations as
|
||||
# due to database limitations. This option is only applicable on `has_many :through` associations as
|
||||
# `has_many` alone do not perform a join.
|
||||
#
|
||||
# If the association on the join model is a #belongs_to, the collection can be modified
|
||||
|
|
Loading…
Reference in a new issue