forgot to add default_timezone to generator

This commit is contained in:
Adam Meehan 2010-10-09 16:05:39 +11:00
parent 247e157708
commit 3f92cac8b0

View File

@ -2,6 +2,9 @@ ValidatesTimeliness.setup do |config|
# Extend ORM/ODMs for full support (:active_record, :mongoid). # Extend ORM/ODMs for full support (:active_record, :mongoid).
# config.extend_orms = [ :active_record ] # config.extend_orms = [ :active_record ]
# #
# Default timezone
config.default_timezone = :utc
#
# Set the dummy date part for a time type values. # Set the dummy date part for a time type values.
# config.dummy_date_for_time_type = [ 2000, 1, 1 ] # config.dummy_date_for_time_type = [ 2000, 1, 1 ]
# #