Skip to content

Commit b22ec86

Browse files
committed
Merge pull request rails#9998 from neerajdotname/association-doc
fixes for association doc
2 parents 1003f5b + f3cabb3 commit b22ec86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

activerecord/lib/active_record/associations/association.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def scoped
9292
# The scope for this association.
9393
#
9494
# Note that the association_scope is merged into the target_scope only when the
95-
# scoped method is called. This is because at that point the call may be surrounded
95+
# scope method is called. This is because at that point the call may be surrounded
9696
# by scope.scoping { ... } or with_scope { ... } etc, which affects the scope which
9797
# actually gets built.
9898
def association_scope
@@ -113,7 +113,7 @@ def set_inverse_instance(record)
113113
end
114114
end
115115

116-
# This class of the target. belongs_to polymorphic overrides this to look at the
116+
# Returns the class of the target. belongs_to polymorphic overrides this to look at the
117117
# polymorphic_type field on the owner.
118118
def klass
119119
reflection.klass

0 commit comments

Comments
 (0)