# File lib/active_record/connection_adapters/abstract/connection_pool.rb, line 135 def connected? synchronize { @connections.any? } end