removed dupe example

This commit is contained in:
Adam Meehan 2009-03-12 07:30:35 +11:00
parent 903850bc23
commit 736b1b582f

View File

@ -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_datetime :appointment_date, :before => Proc.new { 1.week.from_now }
validates_date :entry_date, :with_time => '17:00', :on_or_before => :competition_closing validates_date :entry_date, :with_time => '17:00', :on_or_before => :competition_closing