File tree 1 file changed +2
-2
lines changed
activerecord/lib/active_record/associations
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ def scoped
92
92
# The scope for this association.
93
93
#
94
94
# 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
96
96
# by scope.scoping { ... } or with_scope { ... } etc, which affects the scope which
97
97
# actually gets built.
98
98
def association_scope
@@ -113,7 +113,7 @@ def set_inverse_instance(record)
113
113
end
114
114
end
115
115
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
117
117
# polymorphic_type field on the owner.
118
118
def klass
119
119
reflection . klass
You can’t perform that action at this time.
0 commit comments