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

fix typo still cause -> still causes

This commit is contained in:
Felix Schäfer 2015-01-18 23:44:07 +01:00 committed by Felix Schäfer
parent 9caeded9c6
commit 31dd1ca59f

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: