Sha256: 6911aea3c1ef27bf02088f2eb512d569d43d5d47a1ed652e2641056aff85023e

Contents?: true

Size: 148 Bytes

Versions: 6

Compression:

Stored size: 148 Bytes

Contents

module ActiveRecord::Turntable
  class ClusterRegistry < HashWithIndifferentAccess
    def release!
      values.each(&:release!)
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
activerecord-turntable-4.4.1 lib/active_record/turntable/cluster_registry.rb
activerecord-turntable-4.4.0 lib/active_record/turntable/cluster_registry.rb
activerecord-turntable-4.3.0 lib/active_record/turntable/cluster_registry.rb
activerecord-turntable-4.2.0 lib/active_record/turntable/cluster_registry.rb
activerecord-turntable-4.1.0 lib/active_record/turntable/cluster_registry.rb
activerecord-turntable-4.0.0 lib/active_record/turntable/cluster_registry.rb