method
clear_all_connections!
Ruby on Rails latest stable (v3.2.13)
-
0 notes -
Class: ActiveRecord::ConnectionAdapters::ConnectionHandler
clear_all_connections!()
public
Hide source
# File activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb, line 395 def clear_all_connections! @connection_pools.each_value {|pool| pool.disconnect! } end


