diff options
author | Nicholas Seckar <nseckar@gmail.com> | 2006-02-27 20:36:40 +0000 |
---|---|---|
committer | Nicholas Seckar <nseckar@gmail.com> | 2006-02-27 20:36:40 +0000 |
commit | 2bb52dcba039aee184436c80edecdea5d9d9dc1b (patch) | |
tree | b9c78c41334d2126202f400c4564e464d4673436 | |
parent | ada11d6313bd1f74c6a229caca36ca063b38da4e (diff) | |
download | rails-2bb52dcba039aee184436c80edecdea5d9d9dc1b.tar.gz rails-2bb52dcba039aee184436c80edecdea5d9d9dc1b.tar.bz2 rails-2bb52dcba039aee184436c80edecdea5d9d9dc1b.zip |
Fix delerious changelog
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3691 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 35e645d33e..9dcb4d8836 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,6 +1,6 @@ *SVN* -* Add set_fixture_class to allow the use of table name accessors with models which use set_default_name. [Kevin Clark] +* Add set_fixture_class to allow the use of table name accessors with models which use set_table_name. [Kevin Clark] * Added that fixtures to placed in subdirectories of the main fixture files are also loaded #3937 [dblack@wobblini.net] |