add use_plugin_parser option to initializer template

This commit is contained in:
Adam Meehan 2010-09-21 18:25:30 +10:00
parent c804442330
commit 8d3ae75b19

View File

@ -2,6 +2,9 @@ ValidatesTimeliness.setup do |config|
# Add plugin to supported ORMs (only :active_record for now)
# config.extend_orms = [ :active_record ]
#
# User the plugin date/time parser which is stricter and extendable
# config.use_plugin_parser = false
#
# Set the dummy date part for a time type values.
# config.dummy_date_for_time_type = [ 2000, 1, 1 ]
#