From 7ca662ada82d4abd697e7116c3942736dd7cd545 Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Thu, 21 Oct 2010 08:25:35 +1100 Subject: [PATCH] readme words --- README.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index 7509d21..826821e 100644 --- a/README.rdoc +++ b/README.rdoc @@ -266,7 +266,7 @@ the Time class to instantiate them into a time value. This means that some inval such as 31st June, are shifted forward and treated as valid. To handle these cases in a strict way, you can enable the plugin extension to treat them as invalid dates. -To activate it, put this in an initializer: +To activate it, uncomment this line in the initializer: # in the setup block config.enable_multiparameter_extension! @@ -279,7 +279,7 @@ redisplayed to the user as feedback, instead of a blank field which happens by d Rails. Though the date helpers make this a pretty rare occurrence, given the select dropdowns for each date/time component, but it may be something of interest. -To activate it, put this in an initializer: +To activate it, uncomment this line in the initializer: # in the setup block config.enable_date_time_select_extension!