Skip to content

Commit

Permalink
Merge pull request #18588 from thegcat/patch-1
Browse files Browse the repository at this point in the history
[ci skip] fix typo still -> will
  • Loading branch information
rafaelfranca committed Jan 27, 2015
2 parents 3a551b9 + 31dd1ca commit d66ffb6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -73,7 +73,7 @@ def create_time_zone_conversion_attribute?(name, cast_type)
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:
Expand Down

0 comments on commit d66ffb6

Please sign in to comment.