mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-23 06:16:44 +00:00
doc fix
This commit is contained in:
parent
f93720177b
commit
e76c53a295
@ -93,7 +93,7 @@ The temporal restrictions, with_date and with_time can take 4 different value ty
|
|||||||
|
|
||||||
When an attribute value is compared to temporal restrictions, they are compared as
|
When an attribute value is compared to temporal restrictions, they are compared as
|
||||||
the same type as the validation method type. So using validates_date means all
|
the same type as the validation method type. So using validates_date means all
|
||||||
values are compared as dates. This s except in the case of with_time and with_date
|
values are compared as dates. This is except in the case of with_time and with_date
|
||||||
options which effectively force the value to validated as a datetime against the
|
options which effectively force the value to validated as a datetime against the
|
||||||
temporal options.
|
temporal options.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user