diff options
author | Pratik Naik <pratiknaik@gmail.com> | 2008-04-06 22:26:15 +0000 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2008-04-06 22:26:15 +0000 |
commit | 4f39382a2fad5e299fce73ae0ba60f28dfddb21a (patch) | |
tree | 6b035a7f46206219bb0221917647f6182fe930b3 /activerecord/CHANGELOG | |
parent | 917423d664038d6791738a73ad1446437dbb71df (diff) | |
download | rails-4f39382a2fad5e299fce73ae0ba60f28dfddb21a.tar.gz rails-4f39382a2fad5e299fce73ae0ba60f28dfddb21a.tar.bz2 rails-4f39382a2fad5e299fce73ae0ba60f28dfddb21a.zip |
Ensure that respond_to? considers dynamic finder methods. Closes #11538. [floehopper]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9235 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index cb8b4ceaca..2a782f78ce 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Ensure that respond_to? considers dynamic finder methods. Closes #11538. [floehopper] + * Ensure that save on parent object fails for invalid has_one association. Closes #10518. [Pratik] * Remove duplicate code from associations. [Pratik] |