]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/gems/composite_primary_keys-1.1.0/test/fixtures/comments.yml
Freezing composite primary key so that we can apply TomH's patch to it, and that...
[rails.git] / vendor / gems / composite_primary_keys-1.1.0 / test / fixtures / comments.yml
diff --git a/vendor/gems/composite_primary_keys-1.1.0/test/fixtures/comments.yml b/vendor/gems/composite_primary_keys-1.1.0/test/fixtures/comments.yml
new file mode 100644 (file)
index 0000000..7f14514
--- /dev/null
@@ -0,0 +1,16 @@
+comment1:
+  id: 1
+  person_id: 1
+  person_type: Employee
+  
+comment2:
+  id: 2
+  person_id: 1
+  person_type: User
+  hack_id: andrew
+  
+comment3:
+  id: 3
+  person_id: andrew
+  person_type: Hack
+  
\ No newline at end of file