method
add_all
v8.0.0 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::SchemaCache
add_all(pool)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 396
def add_all(pool) # :nodoc:
pool.with_connection do
tables_to_cache(pool).each do |table|
add(pool, table)
end
version(pool)
end
end