提交 3818dd4e 编写于 作者: A Aditya Kapoor

[ci skip] fix typo sill -> still

上级 4c1f7c99
...@@ -73,7 +73,7 @@ def create_time_zone_conversion_attribute?(name, cast_type) ...@@ -73,7 +73,7 @@ def create_time_zone_conversion_attribute?(name, cast_type)
time_zone_aware_types.include?(:not_explicitly_configured) time_zone_aware_types.include?(:not_explicitly_configured)
ActiveSupport::Deprecation.warn(<<-MESSAGE) ActiveSupport::Deprecation.warn(<<-MESSAGE)
Time columns will become time zone aware in Rails 5.1. This Time columns will become time zone aware in Rails 5.1. This
sill cause `String`s to be parsed as if they were in `Time.zone`, still cause `String`s to be parsed as if they were in `Time.zone`,
and `Time`s to be converted to `Time.zone`. and `Time`s to be converted to `Time.zone`.
To keep the old behavior, you must add the following to your initializer: To keep the old behavior, you must add the following to your initializer:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册