diff options
author | Marcel Molina <marcel@vernix.org> | 2006-05-22 15:17:45 +0000 |
---|---|---|
committer | Marcel Molina <marcel@vernix.org> | 2006-05-22 15:17:45 +0000 |
commit | f91096a543895a49876ec8e276cefefff6fdbe5a (patch) | |
tree | 83b1e93f4f36c426da7e3c005cbaf187165d427d /activesupport/CHANGELOG | |
parent | 213992195d63ca8992676c1c51c276f9801c2d58 (diff) | |
download | rails-f91096a543895a49876ec8e276cefefff6fdbe5a.tar.gz rails-f91096a543895a49876ec8e276cefefff6fdbe5a.tar.bz2 rails-f91096a543895a49876ec8e276cefefff6fdbe5a.zip |
Normalize classify's argument to a String so that it plays nice with Symbols. [Marcel Molina Jr.]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4359 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 f796774f0f..7b98b2dbed 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Normalize classify's argument to a String so that it plays nice with Symbols. [Marcel Molina Jr.] + * Strip out leading schema name in classify. References #5139. [schoenm@earthlink.net] * Remove Enumerable#first_match since break(value) handles the use case well enough. [Nicholas Seckar] |