method
clear_rotations
rails latest stable - Class:
ActiveSupport::Messages::RotationCoordinator
clear_rotations()public
No documentation available.
# File activesupport/lib/active_support/messages/rotation_coordinator.rb, line 39
def clear_rotations
changing_configuration!
@rotate_options.clear
self
end