Skip to content

Commit

Permalink
Fix formatting of Time.use_zone [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yagi committed Oct 4, 2017
1 parent fced30c commit 6f456ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions activesupport/lib/active_support/core_ext/time/zones.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ def zone=(time_zone)
# 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
Expand Down

0 comments on commit 6f456ae

Please sign in to comment.