Class: ActiveRecord::Turntable::ClusterRegistry
- Inherits:
-
HashWithIndifferentAccess
- Object
- HashWithIndifferentAccess
- ActiveRecord::Turntable::ClusterRegistry
- Defined in:
- lib/active_record/turntable/cluster_registry.rb
Instance Method Summary collapse
Instance Method Details
#release! ⇒ Object
3 4 5 |
# File 'lib/active_record/turntable/cluster_registry.rb', line 3 def release! values.each(&:release!) end |