method
    
    clear_all_connections!
  clear_all_connections!()
  public
  
    Hide source    
    
      
  
# File activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb, line 996 def clear_all_connections! connection_pool_list.each(&:disconnect!) end

  
  