From e8ada11aac28f0850f0e485acacf34e7eb81aa19 Mon Sep 17 00:00:00 2001 From: Jon Leighton Date: Fri, 24 Dec 2010 00:29:04 +0000 Subject: Associations: DRY up the code which is generating conditions, and make it all use arel rather than SQL strings --- activerecord/test/fixtures/companies.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'activerecord/test/fixtures/companies.yml') 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 -- cgit v1.2.3