From 7fc339059cbace0af8f8dbfb5c68db3f5dffd5a3 Mon Sep 17 00:00:00 2001 From: PikachuEXE Date: Wed, 30 Jan 2013 12:55:37 +0800 Subject: + Add test for auto timestamps update of both old & new parent records --- activerecord/test/fixtures/toys.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'activerecord/test/fixtures') diff --git a/activerecord/test/fixtures/toys.yml b/activerecord/test/fixtures/toys.yml index 037e335e0a..07ed75e98e 100644 --- a/activerecord/test/fixtures/toys.yml +++ b/activerecord/test/fixtures/toys.yml @@ -2,3 +2,7 @@ bone: toy_id: 1 name: Bone pet_id: 1 +doll: + toy_id: 2 + name: Doll + pet_id: 2 -- cgit v1.2.3