diff options
author | Jon Leighton <j@jonathanleighton.com> | 2010-12-24 00:29:04 +0000 |
---|---|---|
committer | Jon Leighton <j@jonathanleighton.com> | 2010-12-26 19:38:04 +0000 |
commit | e8ada11aac28f0850f0e485acacf34e7eb81aa19 (patch) | |
tree | 8d336ca01b37d42bdaa904d00f3b7daa11e24e84 /activerecord/test/fixtures | |
parent | f2230c06edf9c1ca72892bbe00e816be1dafa840 (diff) | |
download | rails-e8ada11aac28f0850f0e485acacf34e7eb81aa19.tar.gz rails-e8ada11aac28f0850f0e485acacf34e7eb81aa19.tar.bz2 rails-e8ada11aac28f0850f0e485acacf34e7eb81aa19.zip |
Associations: DRY up the code which is generating conditions, and make it all use arel rather than SQL strings
Diffstat (limited to 'activerecord/test/fixtures')
-rw-r--r-- | activerecord/test/fixtures/companies.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/test/fixtures/companies.yml b/activerecord/test/fixtures/companies.yml index c75bc5dad3..a982d3921d 100644 --- a/activerecord/test/fixtures/companies.yml +++ b/activerecord/test/fixtures/companies.yml @@ -9,7 +9,6 @@ first_client: first_firm: id: 1 - firm_id: 1 type: Firm name: 37signals ruby_type: Firm |