Skip to content

Commit 82565ee

Browse files
authored
Merge pull request #5 from AlchemyCMS/rails-8.1
test: Opt in active_support.to_time_preserves_timezone
2 parents 3f497d3 + 2bb0dd4 commit 82565ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/dummy/application.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ class Application < Rails::Application
99
config.active_support.deprecation = :stderr
1010
config.secret_key_base = "DUMMY_SECRET"
1111
config.logger = Logger.new(STDOUT)
12+
config.active_support.to_time_preserves_timezone = :zone
1213
config.paths["config/database"] = File.join(config.root, "config", "database.yml")
1314
end
1415
end

0 commit comments

Comments
 (0)