method
clear_all_connections!
clear_all_connections!()
public
Hide source
# File activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb, line 302 def clear_all_connections! @connection_pools.each_value {|pool| pool.disconnect! } end