aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/speedometers.yml
diff options
context:
space:
mode:
authorWill St. Clair + Neeraj Singh <will@willstclair.com>2010-07-10 14:19:25 -0500
committerJosé Valim <jose.valim@gmail.com>2010-07-13 08:14:52 +0200
commitb520d602ffb85f3816f4407ff9dd5c7721a2da7d (patch)
treed89ca78e063bd39481fff93bae412a0efc6695ea /activerecord/test/fixtures/speedometers.yml
parent44e7fba59e251c1eb12d8f793a643b5804cb3977 (diff)
downloadrails-b520d602ffb85f3816f4407ff9dd5c7721a2da7d.tar.gz
rails-b520d602ffb85f3816f4407ff9dd5c7721a2da7d.tar.bz2
rails-b520d602ffb85f3816f4407ff9dd5c7721a2da7d.zip
string IDs are now quoted correctly [#5064 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
Diffstat (limited to 'activerecord/test/fixtures/speedometers.yml')
-rw-r--r--activerecord/test/fixtures/speedometers.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/speedometers.yml b/activerecord/test/fixtures/speedometers.yml
new file mode 100644
index 0000000000..6a471aba0a
--- /dev/null
+++ b/activerecord/test/fixtures/speedometers.yml
@@ -0,0 +1,4 @@
+cool_first:
+ speedometer_id: s1
+ name: my_speedometer
+ dashboard_id: d1 \ No newline at end of file