diff options
author | kennyj <kennyj@gmail.com> | 2012-03-08 20:07:44 +0900 |
---|---|---|
committer | kennyj <kennyj@gmail.com> | 2012-03-08 20:07:44 +0900 |
commit | aa9b64790be6b367b07858f0d5dd2b22da011350 (patch) | |
tree | 506035818b1cecb4c7c6b33e9b82629eec138d51 /activerecord | |
parent | 104eebb4ccc7e9594095c474888c7bfd8e071394 (diff) | |
download | rails-aa9b64790be6b367b07858f0d5dd2b22da011350.tar.gz rails-aa9b64790be6b367b07858f0d5dd2b22da011350.tar.bz2 rails-aa9b64790be6b367b07858f0d5dd2b22da011350.zip |
Update CHANGELOG to fix wrong extension.
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 21f2b97f5d..d7823855a3 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -15,7 +15,7 @@ 3) boot rails. RAILS_ENV=production bundle exec rails server - => use db/schema_cache.db + => use db/schema_cache.dump 4) If you remove clear dumped cache, execute rake task. RAILS_ENV=production bundle exec rake db:schema:cache:clear |