diff options
author | Erol Fornoles <erol.fornoles@gmail.com> | 2016-10-24 22:28:40 +0800 |
---|---|---|
committer | Erol Fornoles <erol.fornoles@gmail.com> | 2016-10-24 22:28:40 +0800 |
commit | 094638e54441c1f375b8a6dd958113e2fc81fcf1 (patch) | |
tree | fdd6d2d103c02ef12f134c7507ce87a2ebe37d53 /guides | |
parent | 7f8bb09113809c2a33e27fc1a92358ede27cf8c5 (diff) | |
download | rails-094638e54441c1f375b8a6dd958113e2fc81fcf1.tar.gz rails-094638e54441c1f375b8a6dd958113e2fc81fcf1.tar.bz2 rails-094638e54441c1f375b8a6dd958113e2fc81fcf1.zip |
Fix typo in Upgrading Ruby on Rails Guide [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/upgrading_ruby_on_rails.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md index 2372590cec..dda2b12a3a 100644 --- a/guides/source/upgrading_ruby_on_rails.md +++ b/guides/source/upgrading_ruby_on_rails.md @@ -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 |