Skip to content

Commit de0a2a4

Browse files
committed
Merge pull request rails#20673 from aditya-kapoor/correct-preload-doc
[ci skip] correct for ActiveRecord::Associations::Preloader
2 parents 352b18d + c5c0ace commit de0a2a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/associations/preloader.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module Associations
1010
# end
1111
#
1212
# class Book < ActiveRecord::Base
13-
# # columns: title, sales
13+
# # columns: title, sales, author_id
1414
# end
1515
#
1616
# When you load an author with all associated books Active Record will make

0 commit comments

Comments
 (0)