diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2007-12-10 01:29:20 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2007-12-10 01:29:20 +0000 |
commit | e8a85924a34c3c125ed19b5bd6600d9fc5d3beb8 (patch) | |
tree | 1b82789aac386b593a6a105e6b71e3b92c49c0fe /railties | |
parent | e69a636349d3556d4c75314b195fad7bae7ad79a (diff) | |
download | rails-e8a85924a34c3c125ed19b5bd6600d9fc5d3beb8.tar.gz rails-e8a85924a34c3c125ed19b5bd6600d9fc5d3beb8.tar.bz2 rails-e8a85924a34c3c125ed19b5bd6600d9fc5d3beb8.zip |
lifo -> Pratik
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8352 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties')
-rw-r--r-- | railties/CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index bfed3eccf3..ebf771c6fc 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -111,7 +111,7 @@ databases on localhost. #9753 [Trevor Wennblom] * Added db:drop:all to drop all databases declared in config/database.yml [DHH] -* Use attribute pairs instead of the migration name to create add and remove column migrations. Closes #9166 [lifofifo] +* Use attribute pairs instead of the migration name to create add and remove column migrations. Closes #9166 [Pratik Naik] For example: |