Skip to content

Commit

Permalink
Readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adzap committed May 8, 2011
1 parent ac98978 commit c3b1ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -54,7 +54,7 @@ NOTE: You may wish to enable the plugin parser and the extensions to start. Plea

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"

validates_datetime :finish_time, :after => :start_time # Method symbol
Expand Down

0 comments on commit c3b1ddf

Please sign in to comment.