method

min_connections

rails latest stable - Class: ActiveRecord::DatabaseConfigurations::HashConfig

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

min_connections()
public

No documentation available.

# File activerecord/lib/active_record/database_configurations/hash_config.rb, line 80
      def min_connections
        (configuration_hash[:min_connections] || 0).to_i
      end