method

on_rotation

rails 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