aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-01-24 01:29:49 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-01-24 01:29:49 +0000
commit0eb8398cfa6d4abf20c85fa59fa1a284dd992172 (patch)
treed87f26f88f28146450a7e2286bb5ce8adf993535 /activerecord/CHANGELOG
parentbe7f86e37ac21585ad2621e2e0938c68a7a71360 (diff)
downloadrails-0eb8398cfa6d4abf20c85fa59fa1a284dd992172.tar.gz
rails-0eb8398cfa6d4abf20c85fa59fa1a284dd992172.tar.bz2
rails-0eb8398cfa6d4abf20c85fa59fa1a284dd992172.zip
Fixtures use the table name and connection from set_fixture_class. Closes #7330.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6023 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 717cd8364d..004941566c 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixtures use the table name and connection from set_fixture_class. #7330 [Anthony Eden]
+
* Remove useless code in #attribute_present? since 0 != blank?. Closes #7249 [Josh Susser]
* Fix minor doc typos. Closes #7157 [Josh Susser]