aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/developers.yml
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2014-11-09 15:07:56 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2014-11-09 15:07:56 -0800
commit049caa9e5a38ed8274a3d40a8b934012a87b464f (patch)
treef9d346387343f2c4b5241d2d7296993cbb47ed43 /activerecord/test/fixtures/developers.yml
parent47704af54d51b240f733c596ebb39a033aa698cd (diff)
parentf43f56e16e99dae083cf1400a48c236d1af265d4 (diff)
downloadrails-049caa9e5a38ed8274a3d40a8b934012a87b464f.tar.gz
rails-049caa9e5a38ed8274a3d40a8b934012a87b464f.tar.bz2
rails-049caa9e5a38ed8274a3d40a8b934012a87b464f.zip
Merge pull request #17217 from codeodor/fix-17119
Ensure HABTM relationships produce valid class names (Fixes #17119)
Diffstat (limited to 'activerecord/test/fixtures/developers.yml')
-rw-r--r--activerecord/test/fixtures/developers.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/developers.yml b/activerecord/test/fixtures/developers.yml
index 1a74563dc6..54b74e7a74 100644
--- a/activerecord/test/fixtures/developers.yml
+++ b/activerecord/test/fixtures/developers.yml
@@ -2,6 +2,7 @@ david:
id: 1
name: David
salary: 80000
+ shared_computers: laptop
jamis:
id: 2