From 2383a60443244dedd4b8708a2ecac922dcffc786 Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Mon, 6 Mar 2006 23:03:35 +0000 Subject: Allow set_fixture_class to take Classes instead of strings for a class in a module. Raise FixtureClassNotFound if a fixture can't load. [Rick Olson] closes #4095 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3804 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 8672aeec83..0b955165f2 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Allow set_fixture_class to take Classes instead of strings for a class in a module. Raise FixtureClassNotFound if a fixture can't load. [Rick Olson] + * Fix quoting of inheritance column for STI eager loading #4098 [Jonathan Viney ] * Added smarter table aliasing for eager associations for multiple self joins #3580 [Rick Olson] -- cgit v1.2.3