aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-12-12 19:58:54 -0600
committerJoshua Peek <josh@joshpeek.com>2009-12-12 19:58:54 -0600
commit8a50f8a545ebde9cbae4187d1b1d5a59a29711f3 (patch)
tree9cb1cabd8fa056e6a41a93913dab66231a1fc442 /activerecord/test/cases
parent39b708be96f470555bdc6d2c81f252f9f175f899 (diff)
downloadrails-8a50f8a545ebde9cbae4187d1b1d5a59a29711f3.tar.gz
rails-8a50f8a545ebde9cbae4187d1b1d5a59a29711f3.tar.bz2
rails-8a50f8a545ebde9cbae4187d1b1d5a59a29711f3.zip
Revert "Fix instance_eval calls to association proxies"
I think it may of broke the build. Lets see. This reverts commit 49e943c4f0ac3459bd53023167aaa08fc8e46733. Conflicts: activerecord/test/cases/associations/has_many_associations_test.rb
Diffstat (limited to 'activerecord/test/cases')
-rw-r--r--activerecord/test/cases/associations/has_many_associations_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/test/cases/associations/has_many_associations_test.rb b/activerecord/test/cases/associations/has_many_associations_test.rb
index 05e7e380a8..551a1da0c6 100644
--- a/activerecord/test/cases/associations/has_many_associations_test.rb
+++ b/activerecord/test/cases/associations/has_many_associations_test.rb
@@ -1187,4 +1187,3 @@ class HasManyAssociationsTest < ActiveRecord::TestCase
assert_equal 'Welcome to the weblog', Comment.all.map { |comment| comment.post }.sort_by(&:id).first.instance_eval{title}
end
end
-