The VacationRequest#cannot_intersect_with_other_vacations method
must exclude records with both cancelled and declined statuses.
As a result, any record that intersects with records with mentioned
above statuses, is valid one.
@alazarchuk , @epmlys , @rubycop , @afurm
The
VacationRequest#cannot_intersect_with_other_vacations
method must exclude records with bothcancelled
anddeclined
statuses. As a result, any record that intersects with records with mentioned above statuses, is valid one. @alazarchuk , @epmlys , @rubycop , @afurm