mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-23 06:16:44 +00:00
Readme typo
This commit is contained in:
parent
ac98978441
commit
c3b1ddffbb
@ -54,7 +54,7 @@ NOTE: You may wish to enable the plugin parser and the extensions to start. Plea
|
|||||||
|
|
||||||
validates_datetime :occurred_at
|
validates_datetime :occurred_at
|
||||||
|
|
||||||
validates_date :date_of_birth :before => lambda { 18.years.ago },
|
validates_date :date_of_birth, :before => lambda { 18.years.ago },
|
||||||
:before_message => "must be at least 18 years old"
|
:before_message => "must be at least 18 years old"
|
||||||
|
|
||||||
validates_datetime :finish_time, :after => :start_time # Method symbol
|
validates_datetime :finish_time, :after => :start_time # Method symbol
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user