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

Merge pull request #18588 from thegcat/patch-1

[ci skip] fix typo still -> will
This commit is contained in:
Rafael Mendonça França 2015-01-27 20:19:29 -02:00
commit d66ffb656e

View file

@ -73,7 +73,7 @@ module ActiveRecord
time_zone_aware_types.include?(:not_explicitly_configured)
ActiveSupport::Deprecation.warn(<<-MESSAGE)
Time columns will become time zone aware in Rails 5.1. This
still cause `String`s to be parsed as if they were in `Time.zone`,
still causes `String`s to be parsed as if they were in `Time.zone`,
and `Time`s to be converted to `Time.zone`.
To keep the old behavior, you must add the following to your initializer: