set_pool(connection_pool)
public

No documentation available.

# File activerecord/lib/active_record/errors.rb, line 72
    def set_pool(connection_pool)
      unless @connection_pool
        @connection_pool = connection_pool
      end

      self
    end