Skip to content
  • Eric Saxby's avatar
    6fe36ba5
    Evented notifications take priority over Timed notifications · 6fe36ba5
    Eric Saxby authored
    In cases where a notification subscriber includes methods to support
    both Evented and Timed events, Evented should take priority over Timed.
    This allows subscribers to be backwards compatible (older Rails only
    allows Timed events) while defaulting to newer behavior.
    6fe36ba5
    Evented notifications take priority over Timed notifications
    Eric Saxby authored
    In cases where a notification subscriber includes methods to support
    both Evented and Timed events, Evented should take priority over Timed.
    This allows subscribers to be backwards compatible (older Rails only
    allows Timed events) while defaulting to newer behavior.
Loading