class ActiveSupport::Messages::RotationCoordinator

def on_rotation(&callback)

def on_rotation(&callback)
  changing_configuration!
  @on_rotation = callback
end