method

active_connections

rails latest stable - Class: ActiveRecord::ConnectionAdapters::ConnectionPool

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here.

active_connections()
private

No documentation available.

# File activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb, line 338
      def active_connections
        @connections.find_all { |c| c.in_use? }
      end