From e76c53a295319beb85d189d00f999ce151674ff6 Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Mon, 9 Feb 2009 18:20:29 +1100 Subject: [PATCH] doc fix --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index e1a8ec0..9417abc 100644 --- a/README.rdoc +++ b/README.rdoc @@ -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 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 temporal options.