aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-12-10 01:07:34 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-12-10 01:07:34 +0000
commitc92c8c0b28b1df88e3cc7e70125538498fee9b69 (patch)
tree1732f40112a99ee61a6ca3964c8aa73ea63b1d3f /railties
parent220a64e9b6f7a3745b776c731c8233d6186e2d59 (diff)
downloadrails-c92c8c0b28b1df88e3cc7e70125538498fee9b69.tar.gz
rails-c92c8c0b28b1df88e3cc7e70125538498fee9b69.tar.bz2
rails-c92c8c0b28b1df88e3cc7e70125538498fee9b69.zip
Update Fred's name in changelogs
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8348 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties')
-rw-r--r--railties/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index f4e9efa8d4..ffb16e784a 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -98,7 +98,7 @@ databases on localhost. #9753 [Trevor Wennblom]
* Removed web_service generator [Koz]
-* Added the :all option to config.plugins that'll include the rest of the plugins not already explicitly named #9613 [fcheung]. Example:
+* Added the :all option to config.plugins that'll include the rest of the plugins not already explicitly named #9613 [Fred Cheung]. Example:
# Loads :classic_pagination before all the other plugins
config.plugins = [ :classic_pagination, :all ]