Flowdock
method

remove_pool_config

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: LegacyPoolManager
remove_pool_config(_, shard) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/connection_adapters/legacy_pool_manager.rb, line 18
      def remove_pool_config(_, shard)
        @name_to_pool_config.delete(shard)
      end
Register or log in to add new notes.