diff options
author | Nicholas Seckar <nseckar@gmail.com> | 2006-08-05 22:23:58 +0000 |
---|---|---|
committer | Nicholas Seckar <nseckar@gmail.com> | 2006-08-05 22:23:58 +0000 |
commit | 196fab9b0dcbdc83e27241678ebb2557ca4e030e (patch) | |
tree | 75de432842ae467ab79c7196d14784cd696195f5 /activesupport/CHANGELOG | |
parent | 822527102f3de694fd243c387f750bb5e74f143d (diff) | |
download | rails-196fab9b0dcbdc83e27241678ebb2557ca4e030e.tar.gz rails-196fab9b0dcbdc83e27241678ebb2557ca4e030e.tar.bz2 rails-196fab9b0dcbdc83e27241678ebb2557ca4e030e.zip |
Add extention to obtain the missing constant from NameError instances
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4679 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index c5b4706639..d652e1d17c 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Add extention to obtain the missing constant from NameError instances. [Nicholas Seckar] + * Thoroughly document inflections. #5700 [petermichaux@gmail.com] * Added Module#alias_attribute [Jamis/DHH]. Example: |