diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2017-12-12 21:23:08 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-12 21:23:08 +0900 |
commit | e48704db8e6021b690b1fe2b362c7cb2e624e173 (patch) | |
tree | d566a948725c1676f74609740f25e773effb24e9 /guides/source | |
parent | 2b35826389005bdb0af85a4ebb1f0ec213174d13 (diff) | |
parent | 77ef84d61e7352a936279dfc9b1703108d9270d1 (diff) | |
download | rails-e48704db8e6021b690b1fe2b362c7cb2e624e173.tar.gz rails-e48704db8e6021b690b1fe2b362c7cb2e624e173.tar.bz2 rails-e48704db8e6021b690b1fe2b362c7cb2e624e173.zip |
Merge pull request #31414 from fatkodima/ignore_tables-comment
Remove stale comment about `ActiveRecord::SchemaDumper.ignore_tables` [skip ci]
Diffstat (limited to 'guides/source')
-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 |