aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-10-04 18:26:10 +0900
committerGitHub <noreply@github.com>2017-10-04 18:26:10 +0900
commitf1e89628fe3d18427e3b6644b1e7f3ef965ecd5b (patch)
treed330ebc5a803940b478ba7554f80f3343ae24835 /activesupport
parentfced30c3738542211f761bb1ccdeff8441c4587e (diff)
parent6f456ae2db5b37b25410333563645789dc6a7ed4 (diff)
downloadrails-f1e89628fe3d18427e3b6644b1e7f3ef965ecd5b.tar.gz
rails-f1e89628fe3d18427e3b6644b1e7f3ef965ecd5b.tar.bz2
rails-f1e89628fe3d18427e3b6644b1e7f3ef965ecd5b.zip
Merge pull request #30797 from y-yagi/fix_formatting_of_use_zone
Fix formatting of `Time.use_zone` [ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/core_ext/time/zones.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/activesupport/lib/active_support/core_ext/time/zones.rb b/activesupport/lib/active_support/core_ext/time/zones.rb
index c48edb135f..0aae073fb5 100644
--- a/activesupport/lib/active_support/core_ext/time/zones.rb
+++ b/activesupport/lib/active_support/core_ext/time/zones.rb
@@ -55,10 +55,10 @@ class Time
# end
# end
#
- # NOTE: This won't affect any <tt>ActiveSupport::TimeWithZone</tt>
- # objects that have already been created, e.g. any model timestamp
- # attributes that have been read before the block will remain in
- # the application's default timezone.
+ # NOTE: This won't affect any <tt>ActiveSupport::TimeWithZone</tt>
+ # objects that have already been created, e.g. any model timestamp
+ # attributes that have been read before the block will remain in
+ # the application's default timezone.
def use_zone(time_zone)
new_zone = find_zone!(time_zone)
begin