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