mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-25 15:22:58 +00:00
forgot to add default_timezone to generator
This commit is contained in:
@@ -2,6 +2,9 @@ ValidatesTimeliness.setup do |config|
|
||||
# Extend ORM/ODMs for full support (:active_record, :mongoid).
|
||||
# config.extend_orms = [ :active_record ]
|
||||
#
|
||||
# Default timezone
|
||||
config.default_timezone = :utc
|
||||
#
|
||||
# Set the dummy date part for a time type values.
|
||||
# config.dummy_date_for_time_type = [ 2000, 1, 1 ]
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user