codegram / date_validator

A simple, ORM agnostic, Ruby >=2.2 compatible date validator for Rails, based on ActiveModel.
http://thoughts.codegram.com/date-validation-with-rails-3
MIT License
495 stars 82 forks source link

Is there any way that I can make sure that ranges are exclusive? #93

Open SyedMSawaid opened 1 year ago

SyedMSawaid commented 1 year ago

Suppose I have a Sprint which has start_date and end_date.

Now I want this start_date and end_date to be exclusive for every Sprint of a Project such that there are no two Sprints with colliding/overlapping date range.