method

on_rotation

Importance_0
v8.1.1 - Show latest stable - 0 notes - Class: RotationCoordinator
on_rotation(&callback) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/messages/rotation_coordinator.rb, line 54
      def on_rotation(&callback)
        changing_configuration!
        @on_rotation = callback
      end
Register or log in to add new notes.