aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2004-12-07 12:33:42 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2004-12-07 12:33:42 +0000
commit8a40c6b52258df9f790fd160104c3ab18e0494e7 (patch)
treed239ee6f131f984e689d5c5b15c9c2fade14d5df /activerecord/CHANGELOG
parentea759cb76161a7a0003c3cd3b38a8a125a99af3c (diff)
downloadrails-8a40c6b52258df9f790fd160104c3ab18e0494e7.tar.gz
rails-8a40c6b52258df9f790fd160104c3ab18e0494e7.tar.bz2
rails-8a40c6b52258df9f790fd160104c3ab18e0494e7.zip
Fixed has_and_belongs_to_many guessing of foreign key so that keys are generated correctly for models like SomeVerySpecialClient [Florian Weber]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@69 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index bb1c705913..80218b9070 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,8 @@
*CVS*
+* Fixed has_and_belongs_to_many guessing of foreign key so that keys are generated correctly for models like SomeVerySpecialClient
+ [Florian Weber]
+
* Added counter_sql option for has_many associations [bitsweat]. Documentation:
<tt>:counter_sql</tt> - specify a complete SQL statement to fetch the size of the association. If +:finder_sql+ is