1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

correct documentation about active_record behavior

This commit is contained in:
Steven Yang 2013-06-14 14:39:03 +08:00
parent 90a6059dd2
commit 8867e16a60

View file

@ -10,9 +10,9 @@ module ActiveRecord
#
# config.active_record.record_timestamps = false
#
# Timestamps are in the local timezone by default but you can use UTC by setting:
# Timestamps are in UTC by default but you can use the local timezone by setting:
#
# config.active_record.default_timezone = :utc
# config.active_record.default_timezone = :local
#
# == Time Zone aware attributes
#