method

tables_to_cache

rails latest stable - Class: ActiveRecord::ConnectionAdapters::SchemaCache
tables_to_cache(connection)
private

No documentation available.

# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 429
        def tables_to_cache(connection)
          connection.data_sources.reject do |table|
            ignored_table?(table)
          end
        end