1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #31414 from fatkodima/ignore_tables-comment

Remove stale comment about `ActiveRecord::SchemaDumper.ignore_tables` [skip ci]
This commit is contained in:
Ryuta Kamizono 2017-12-12 21:23:08 +09:00 committed by GitHub
commit e48704db8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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