Skip to content

Commit

Permalink
Don't override ActiveSupport::TimeWithZone.name
Browse files Browse the repository at this point in the history
  • Loading branch information
tarebyte committed Oct 24, 2023
1 parent 239743b commit bba5457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/new_framework_defaults_7_0.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

# Don't override ActiveSupport::TimeWithZone.name and use the default Ruby
# implementation.
# Rails.application.config.active_support.remove_deprecated_time_with_zone_name = true
Rails.application.config.active_support.remove_deprecated_time_with_zone_name = true

# Calls `Rails.application.executor.wrap` around test cases.
# This makes test cases behave closer to an actual request or job.
Expand Down

0 comments on commit bba5457

Please sign in to comment.