upgrade has_many_polymorphs

This commit is contained in:
Reinier Balt 2008-12-21 22:15:57 +01:00
parent 2d11109b8b
commit f97ca2f6af
178 changed files with 132 additions and 108 deletions

View file

@ -1,10 +0,0 @@
rover:
id: 1
name: Rover
created_at: "2007-01-01 12:00:00"
updated_at: "2007-01-04 10:00:00"
spot:
id: 2
name: Spot
created_at: "2007-01-02 12:00:00"
updated_at: "2007-01-03 10:00:00"

View file

@ -1,18 +0,0 @@
chloe:
id: 1
cat_type: Kitten
name: Chloe
created_at: "2007-04-01 12:00:00"
updated_at: "2007-04-04 10:00:00"
alice:
id: 2
cat_type: Kitten
name: Alice
created_at: "2007-04-02 12:00:00"
updated_at: "2007-04-03 10:00:00"
toby:
id: 3
cat_type: Tabby
name: Toby
created_at: "2007-04-02 12:00:00"
updated_at: "2007-04-03 10:00:00"

View file

@ -1,12 +0,0 @@
swimmy:
id: 1
name: Swimmy
speed: 10
created_at: "2007-02-01 12:00:00"
updated_at: "2007-02-04 10:00:00"
jaws:
id: 2
name: Jaws
speed: 20
created_at: "2007-02-02 12:00:00"
updated_at: "2007-02-03 10:00:00"

View file

@ -1,5 +0,0 @@
froggy:
id: 1
name: Froggy
created_at: "2007-05-01 12:00:00"
updated_at: "2007-05-04 10:00:00"

View file

@ -1,7 +0,0 @@
bob:
id: 1
name: Bob
age: 45
created_at: "2007-04-01 12:00:00"
updated_at: "2007-04-04 10:00:00"

View file

@ -1,11 +0,0 @@
kibbles:
the_petfood_primary_key: 1
name: Kibbles
created_at: "2007-06-01 12:00:00"
updated_at: "2007-06-04 10:00:00"
bits:
the_petfood_primary_key: 2
name: Bits
created_at: "2007-06-02 12:00:00"
updated_at: "2007-06-03 10:00:00"

View file

@ -1,5 +0,0 @@
shamu:
id: 1
name: Shamu
created_at: "2007-03-01 12:00:00"
updated_at: "2007-03-04 10:00:00"

View file

@ -1,10 +0,0 @@
puma:
id: 1
name: Puma
created_at: "2007-07-01 12:00:00"
updated_at: "2007-07-04 10:00:00"
jacrazy:
id: 2
name: Jacrazy
created_at: "2007-07-02 12:00:00"
updated_at: "2007-07-03 10:00:00"