Skip to content

Commit b943622

Browse files
committed
Fix API doc for has_many [ci-skip]
Follow up to rails#53389.
1 parent d293276 commit b943622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/associations.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,7 @@ module ClassMethods
12251225
# {Association Join Models}[rdoc-ref:Associations::ClassMethods@Association+Join+Models]
12261226
# and {Setting Inverses}[rdoc-ref:Associations::ClassMethods@Setting+Inverses] for
12271227
# more detail.
1228-
1228+
#
12291229
# [+:disable_joins+]
12301230
# Specifies whether joins should be skipped for an association. If set to true, two or more queries
12311231
# will be generated. Note that in some cases, if order or limit is applied, it will be done in-memory

0 commit comments

Comments
 (0)