mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Specify correct version in the changelog [ci skip]
This commit is contained in:
parent
090c5211ce
commit
b74c3565cb
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
* `time` columns can now affected by `time_zone_aware_attributes`. If you have
|
||||
set `config.time_zone` to a value other than `'UTC'`, they will be treated
|
||||
as in that time zone by default in Rails 5.0. If this is not the desired
|
||||
as in that time zone by default in Rails 5.1. If this is not the desired
|
||||
behavior, you can set
|
||||
|
||||
ActiveRecord::Base.time_zone_aware_types = [:datetime]
|
||||
|
|
Loading…
Reference in a new issue