fix uncommented setting in config template

This commit is contained in:
Adam Meehan 2010-10-11 12:46:53 +11:00
parent 99704211a1
commit 6301d87829

View File

@ -3,7 +3,7 @@ ValidatesTimeliness.setup do |config|
# config.extend_orms = [ :active_record ]
#
# Default timezone
config.default_timezone = :utc
# config.default_timezone = :utc
#
# Set the dummy date part for a time type values.
# config.dummy_date_for_time_type = [ 2000, 1, 1 ]