mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update AR default timezone docs.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3561 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
d424674f1b
commit
08bda903ec
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ module ActiveRecord
|
|||
# automatically included, so you don't need to do that manually.
|
||||
#
|
||||
# This behavior can be turned off by setting <tt>ActiveRecord::Base.record_timestamps = false</tt>.
|
||||
# This behavior can use GMT by setting <tt>ActiveRecord::Base.timestamps_gmt = true</tt>
|
||||
# This behavior by default uses local time, but can use UTC by setting <tt>ActiveRecord::Base.default_timezone = :utc</tt>
|
||||
module Timestamp
|
||||
def self.append_features(base) # :nodoc:
|
||||
super
|
||||
|
|
Loading…
Reference in a new issue