Add the has_many_polymorphs plugin
[cs356-p2-videostore.git] / vendor / plugins / has_many_polymorphs / test / fixtures / cats.yml
1 chloe:
2   id: 1
3   cat_type: Kitten
4   name: Chloe
5   created_at: "2007-04-01 12:00:00"
6   updated_at: "2007-04-04 10:00:00"
7 alice:
8   id: 2
9   cat_type: Kitten
10   name: Alice
11   created_at: "2007-04-02 12:00:00"
12   updated_at: "2007-04-03 10:00:00"
13 toby:
14   id: 3
15   cat_type: Tabby
16   name: Toby
17   created_at: "2007-04-02 12:00:00"
18   updated_at: "2007-04-03 10:00:00"