You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds the EndDatePropagator object. See class-level documentation for details.
Adds support for configured default span start and end field names for the NoOverlapValidator and WithinParentDateSpanValidator (objects that were using these validators without using acts_as_span will break. Either have them act as span or define the method span on them in a way that the object can respond to object.span.start_date and object.span.end_date)
Adds basic translations for the EndDatePropagator and both validators.