提交 e0025fe3 编写于 作者: R Ryuta Kamizono

Fix typo `s/trough/through/`

上级 432b193d
......@@ -1258,7 +1258,7 @@ def test_has_many_through_with_unscope_should_affect_to_through_scope
assert_equal [comments(:eager_other_comment1)], authors(:mary).unordered_comments
end
def test_has_many_trough_with_scope_should_accept_string_and_hash_join
def test_has_many_through_with_scope_should_accept_string_and_hash_join
assert_equal authors(:david), Author.joins({ comments_for_first_author: :post }, "inner join posts posts_alias on authors.id = posts_alias.author_id").eager_load(:categories).take
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册