Add the has_many_polymorphs plugin
[cs356-p2-videostore.git] / vendor / plugins / has_many_polymorphs / test / fixtures / fish.yml
1 swimmy:
2   id: 1
3   name: Swimmy
4   speed: 10
5   created_at: "2007-02-01 12:00:00"
6   updated_at: "2007-02-04 10:00:00"
7 jaws:
8   id: 2
9   name: Jaws
10   speed: 20
11   created_at: "2007-02-02 12:00:00"
12   updated_at: "2007-02-03 10:00:00"