From 297618bddc59cdc4aaca76711874b774f9838afe Mon Sep 17 00:00:00 2001 From: Marcel Molina Date: Sun, 22 Jan 2006 09:34:41 +0000 Subject: Make dynamic finders honor additional passed in :conditions. Closes #3569. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3463 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/fixtures/accounts.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'activerecord/test/fixtures/accounts.yml') diff --git a/activerecord/test/fixtures/accounts.yml b/activerecord/test/fixtures/accounts.yml index 8cff4389fd..707c5d0a7f 100644 --- a/activerecord/test/fixtures/accounts.yml +++ b/activerecord/test/fixtures/accounts.yml @@ -11,3 +11,8 @@ rails_core_account: id: 3 firm_id: 6 credit_limit: 50 + +last_account: + id: 4 + firm_id: 2 + credit_limit: 60 -- cgit v1.2.3