We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8448bc + d26f1a8 commit 536d168Copy full SHA for 536d168
activerecord/lib/active_record/associations/preloader.rb
@@ -75,7 +75,7 @@ class Preloader # :nodoc:
75
# for an Author.
76
# - an Array which specifies multiple association names. This array
77
# is processed recursively. For example, specifying <tt>[:avatar, :books]</tt>
78
- # allows this method to preload an author's avatar as well as all of his
+ # allows this method to preload an author's avatar as well as all of their
79
# books.
80
# - a Hash which specifies multiple association names, as well as
81
# association names for the to-be-preloaded association objects. For
0 commit comments