Merge pull request #5336 from kennyj/fix_wrong_extension

Update CHANGELOG to fix wrong extension.
This commit is contained in:
Xavier Noria 2012-03-08 03:17:16 -08:00
commit efc0d0373e
1 changed files with 1 additions and 1 deletions

View File

@ -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