aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/jobs.yml
diff options
context:
space:
mode:
authorFrederick Cheung <frederick.cheung@gmail.com>2008-04-25 23:23:48 +0100
committerMichael Koziarski <michael@koziarski.com>2008-04-26 12:14:50 +1200
commit44d214235271cb6d2af1c327d592a3010e1ced3e (patch)
tree5db346cc10ff1dab291e62545a2480a819271f74 /activerecord/test/fixtures/jobs.yml
parenta37546517dad9f6d9a7de6e1dba4d960909d71e8 (diff)
downloadrails-44d214235271cb6d2af1c327d592a3010e1ced3e.tar.gz
rails-44d214235271cb6d2af1c327d592a3010e1ced3e.tar.bz2
rails-44d214235271cb6d2af1c327d592a3010e1ced3e.zip
Ensure table names are quoted by the association preloading code.
[#45 state:resolved] Signed-off-by: Michael Koziarski <michael@koziarski.com>
Diffstat (limited to 'activerecord/test/fixtures/jobs.yml')
-rw-r--r--activerecord/test/fixtures/jobs.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/jobs.yml b/activerecord/test/fixtures/jobs.yml
new file mode 100644
index 0000000000..f5775d27d3
--- /dev/null
+++ b/activerecord/test/fixtures/jobs.yml
@@ -0,0 +1,7 @@
+unicyclist:
+ id: 1
+ ideal_reference_id: 2
+clown:
+ id: 2
+magician:
+ id: 3