From 6f478b06989ee10b63c9581b266b60bb946afd4f Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Mon, 16 Aug 2010 22:45:27 -0300 Subject: [PATCH] Restore pet -> owner relationship to the previous state [#5365] --- activerecord/test/cases/timestamp_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/test/cases/timestamp_test.rb b/activerecord/test/cases/timestamp_test.rb index 00c768d3b1..bf23b47663 100644 --- a/activerecord/test/cases/timestamp_test.rb +++ b/activerecord/test/cases/timestamp_test.rb @@ -97,7 +97,7 @@ class TimestampTest < ActiveRecord::TestCase assert_not_equal previously_owner_updated_at, pet.owner.updated_at ensure - Pet.belongs_to :owner, :counter_cache => :use_count, :touch => true + Pet.belongs_to :owner, :touch => true end def test_touching_a_record_touches_parent_record_and_grandparent_record