method

schema_cache_ignored_tables

rails latest stable - Class: ActiveRecord

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

schema_cache_ignored_tables
public

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.