adzap / validates_timeliness

Date and time validation plugin for ActiveModel and Rails. Supports multiple ORMs and allows custom date/time formats.
MIT License
1.59k stars 227 forks source link

Added spec to investigate nil and blank issue #138

Closed yez closed 2 years ago

yez commented 8 years ago

@adzap This adds a spec which should resolve #137, it asserts that the birth_date field must be a date or nil or blank and seems to work.

adzap commented 2 years ago

Hasn't seemed to be an issue so closing.