mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
fixing typeo. thanks bamnet!
This commit is contained in:
@@ -46,7 +46,7 @@ class CascadedEagerLoadingTest < ActiveRecord::TestCase
|
||||
assert_equal people(:michael), Person.eager_load(:primary_contact => :primary_contact).where('primary_contacts_people_2.first_name = ?', 'Susan').order('people.id').first
|
||||
end
|
||||
|
||||
def test_eager_associatoin_loading_with_join_for_count
|
||||
def test_eager_association_loading_with_join_for_count
|
||||
authors = Author.joins(:special_posts).includes([:posts, :categorizations])
|
||||
|
||||
assert_nothing_raised { authors.count }
|
||||
|
||||
Reference in New Issue
Block a user