aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures
diff options
context:
space:
mode:
authorBenjamin Floering <floering@ieee.org>2009-05-17 23:35:47 -0700
committerPratik Naik <pratiknaik@gmail.com>2009-05-18 13:56:17 +0200
commit27de7f150b57a18d4ccdd274f6f8b621b58108c6 (patch)
tree266fe0c48b0920757c3e65fa44413c5426a85b7b /activerecord/test/fixtures
parent49afe81a13a98d1878f2400bef11a7b89468dff0 (diff)
downloadrails-27de7f150b57a18d4ccdd274f6f8b621b58108c6.tar.gz
rails-27de7f150b57a18d4ccdd274f6f8b621b58108c6.tar.bz2
rails-27de7f150b57a18d4ccdd274f6f8b621b58108c6.zip
Fixed limited eager loading associations with numbers in the name [#2668 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
Diffstat (limited to 'activerecord/test/fixtures')
-rw-r--r--activerecord/test/fixtures/people.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/activerecord/test/fixtures/people.yml b/activerecord/test/fixtures/people.yml
index 3babb1fe59..123673a2af 100644
--- a/activerecord/test/fixtures/people.yml
+++ b/activerecord/test/fixtures/people.yml
@@ -2,14 +2,17 @@ michael:
id: 1
first_name: Michael
primary_contact_id: 2
+ number1_fan_id: 3
gender: M
david:
id: 2
first_name: David
primary_contact_id: 3
+ number1_fan_id: 1
gender: M
susan:
id: 3
first_name: Susan
primary_contact_id: 2
- gender: F \ No newline at end of file
+ number1_fan_id: 1
+ gender: F