From 736b1b582fa03b3b8c1a396e7ef52ecd6ad33517 Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Thu, 12 Mar 2009 07:30:35 +1100 Subject: [PATCH] removed dupe example --- README.rdoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index b657c2b..1044361 100644 --- a/README.rdoc +++ b/README.rdoc @@ -113,8 +113,6 @@ temporal options. validates_datetime :appointment_date, :before => Proc.new { 1.week.from_now } - validates_datetime :appointment_date, :before => Proc.new { 1.week.from_now } - validates_date :entry_date, :with_time => '17:00', :on_or_before => :competition_closing