method
on_rotation
v7.1.3.2 -
Show latest stable
- Class:
ActiveSupport::Messages::RotationCoordinator
on_rotation(&callback)public
No documentation available.
# File activesupport/lib/active_support/messages/rotation_coordinator.rb, line 45
def on_rotation(&callback)
changing_configuration!
@on_rotation = callback
end