aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/categories.yml
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/categories.yml')
-rw-r--r--activerecord/test/fixtures/categories.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/categories.yml b/activerecord/test/fixtures/categories.yml
new file mode 100644
index 0000000000..3e75e733a6
--- /dev/null
+++ b/activerecord/test/fixtures/categories.yml
@@ -0,0 +1,19 @@
+general:
+ id: 1
+ name: General
+ type: Category
+
+technology:
+ id: 2
+ name: Technology
+ type: Category
+
+sti_test:
+ id: 3
+ name: Special category
+ type: SpecialCategory
+
+cooking:
+ id: 4
+ name: Cooking
+ type: Category