aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/configuring.md
diff options
context:
space:
mode:
authorfatkodima <fatkodima@rambler.ru>2017-12-12 14:15:32 +0200
committerfatkodima <fatkodima@rambler.ru>2017-12-12 14:19:26 +0200
commit77ef84d61e7352a936279dfc9b1703108d9270d1 (patch)
treed566a948725c1676f74609740f25e773effb24e9 /guides/source/configuring.md
parent2b35826389005bdb0af85a4ebb1f0ec213174d13 (diff)
downloadrails-77ef84d61e7352a936279dfc9b1703108d9270d1.tar.gz
rails-77ef84d61e7352a936279dfc9b1703108d9270d1.tar.bz2
rails-77ef84d61e7352a936279dfc9b1703108d9270d1.zip
Remove stale comment about `ActiveRecord::SchemaDumper.ignore_tables` [skip ci]
Diffstat (limited to 'guides/source/configuring.md')
-rw-r--r--guides/source/configuring.md2
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