提交 26f24472 编写于 作者: A Alex Myers

Fix Typo in EagerLoadPolymorphicError [ci skip]

上级 0ef2256c
......@@ -149,7 +149,7 @@ class HasManyThroughNestedAssociationsAreReadonly < ThroughNestedAssociationsAre
class HasOneThroughNestedAssociationsAreReadonly < ThroughNestedAssociationsAreReadonly #:nodoc:
end
# This error is raised when trying to eager load a poloymorphic association using a JOIN.
# This error is raised when trying to eager load a polymorphic association using a JOIN.
# Eager loading polymorphic associations is only possible with
# {ActiveRecord::Relation#preload}[rdoc-ref:QueryMethods#preload].
class EagerLoadPolymorphicError < ActiveRecordError
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册