mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-22 22:06:45 +00:00
forgot to add default_timezone to generator
This commit is contained in:
parent
247e157708
commit
3f92cac8b0
@ -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 ]
|
||||||
#
|
#
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user