Add the has_many_polymorphs plugin
[cs356-p2-videostore.git] / vendor / plugins / has_many_polymorphs / test / fixtures / fish.yml
diff --git a/vendor/plugins/has_many_polymorphs/test/fixtures/fish.yml b/vendor/plugins/has_many_polymorphs/test/fixtures/fish.yml
new file mode 100644 (file)
index 0000000..3974a67
--- /dev/null
@@ -0,0 +1,12 @@
+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"