From d13627d532f23b248a9141511c16abdf5746a486 Mon Sep 17 00:00:00 2001 From: Jon Leighton Date: Fri, 13 Jan 2012 23:42:07 +0000 Subject: Revert "Deprecate implicit eager loading. Closes #950." This reverts commit c99d507fccca2e9e4d12e49b4387e007c5481ae9. --- activerecord/test/cases/modules_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/test/cases/modules_test.rb') diff --git a/activerecord/test/cases/modules_test.rb b/activerecord/test/cases/modules_test.rb index 72d96f2bab..a2041af16a 100644 --- a/activerecord/test/cases/modules_test.rb +++ b/activerecord/test/cases/modules_test.rb @@ -72,7 +72,7 @@ class ModulesTest < ActiveRecord::TestCase clients = [] assert_nothing_raised NameError, "Should be able to resolve all class constants via reflection" do - clients << MyApplication::Business::Client.find(3, :eager_load => {:firm => :account}, :conditions => 'accounts.id IS NOT NULL') + clients << MyApplication::Business::Client.find(3, :include => {:firm => :account}, :conditions => 'accounts.id IS NOT NULL') clients << MyApplication::Business::Client.find(3, :include => {:firm => :account}) end -- cgit v1.2.3