diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-01-17 19:53:42 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-01-17 19:53:42 +0000 |
commit | 1b38c5523ecff17d4d78181db0fad1a74567c776 (patch) | |
tree | 1671abfe3831d19a6894d065dd7e6e7aa3c270cd /activesupport/CHANGELOG | |
parent | ecfe77f38d21779af96bc9b8f876c15620151d6a (diff) | |
download | rails-1b38c5523ecff17d4d78181db0fad1a74567c776.tar.gz rails-1b38c5523ecff17d4d78181db0fad1a74567c776.tar.bz2 rails-1b38c5523ecff17d4d78181db0fad1a74567c776.zip |
Added Inflector.humanize to turn attribute names like employee_salary into "Employee salary". Used by automated error reporting in AR.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@449 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 ecc9a75929..15c9b5b6ba 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,3 +1,5 @@ +* Added Inflector.humanize to turn attribute names like employee_salary into "Employee salary". Used by automated error reporting in AR. + * Added availability of class inheritable attributes to the masses #477 [bitsweat] class Foo |