aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods
diff options
context:
space:
mode:
authorAditya Kapoor <aditya.kapoor@vinsol.com>2015-01-15 22:37:24 +0530
committerAditya Kapoor <aditya.kapoor@vinsol.com>2015-01-15 22:37:24 +0530
commit3818dd4efb0cdee7a0d9c6dc0a0dbaa2c02c7225 (patch)
treef44a9ea723032dfc03a72d073c3e7dc12bfcdfd8 /activerecord/lib/active_record/attribute_methods
parent4c1f7c995ff45f6b483e8fe458b59a2c1335a888 (diff)
downloadrails-3818dd4efb0cdee7a0d9c6dc0a0dbaa2c02c7225.tar.gz
rails-3818dd4efb0cdee7a0d9c6dc0a0dbaa2c02c7225.tar.bz2
rails-3818dd4efb0cdee7a0d9c6dc0a0dbaa2c02c7225.zip
[ci skip] fix typo sill -> still
Diffstat (limited to 'activerecord/lib/active_record/attribute_methods')
-rw-r--r--activerecord/lib/active_record/attribute_methods/time_zone_conversion.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/attribute_methods/time_zone_conversion.rb b/activerecord/lib/active_record/attribute_methods/time_zone_conversion.rb
index e10024b2ec..98671178cb 100644
--- a/activerecord/lib/active_record/attribute_methods/time_zone_conversion.rb
+++ b/activerecord/lib/active_record/attribute_methods/time_zone_conversion.rb
@@ -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
- 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`.
To keep the old behavior, you must add the following to your initializer: