Fix typo in Upgrading Ruby on Rails Guide [ci skip]

This commit is contained in:
Erol Fornoles 2016-10-24 22:28:40 +08:00
parent 7f8bb09113
commit 094638e544
No known key found for this signature in database
GPG Key ID: DF0CCD8DE581AF8B
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ should support caching.
#### Configure the Output of `db:structure:dump`
If you're using `schema_search_path` or other PostgreSQL extentions, you can control how the schema is
If you're using `schema_search_path` or other PostgreSQL extensions, you can control how the schema is
dumped. Set to `:all` to generate all dumps, or to `:schema_search_path` to generate from schema search path.
config.active_record.dump_schemas = :all