diff options
author | fatkodima <fatkodima@rambler.ru> | 2017-12-12 14:15:32 +0200 |
---|---|---|
committer | fatkodima <fatkodima@rambler.ru> | 2017-12-12 14:19:26 +0200 |
commit | 77ef84d61e7352a936279dfc9b1703108d9270d1 (patch) | |
tree | d566a948725c1676f74609740f25e773effb24e9 | |
parent | 2b35826389005bdb0af85a4ebb1f0ec213174d13 (diff) | |
download | rails-77ef84d61e7352a936279dfc9b1703108d9270d1.tar.gz rails-77ef84d61e7352a936279dfc9b1703108d9270d1.tar.bz2 rails-77ef84d61e7352a936279dfc9b1703108d9270d1.zip |
Remove stale comment about `ActiveRecord::SchemaDumper.ignore_tables` [skip ci]
-rw-r--r-- | guides/source/configuring.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md index fee644d4d4..77398fc95d 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -399,7 +399,7 @@ by adding the following to your `application.rb` file: The schema dumper adds one additional configuration option: -* `ActiveRecord::SchemaDumper.ignore_tables` accepts an array of tables that should _not_ be included in any generated schema file. This setting is ignored unless `config.active_record.schema_format == :ruby`. +* `ActiveRecord::SchemaDumper.ignore_tables` accepts an array of tables that should _not_ be included in any generated schema file. ### Configuring Action Controller |