Flowdock
method

shard_names

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: PoolManager
shard_names() 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/pool_manager.rb, line 10
      def shard_names
        @name_to_role_mapping.values.flat_map { |shard_map| shard_map.keys }
      end
Register or log in to add new notes.