method
schema_cache_ignored_tables
rails latest stable - Class:
ActiveRecord
schema_cache_ignored_tablespublic
A list of tables or regex’s to match tables to ignore when dumping the schema cache. For example if this is set to +[/^_/]+ the schema cache will not dump tables named with an underscore.