We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d77f6 commit e9b8a94Copy full SHA for e9b8a94
spec/dummy/config/application.rb
@@ -26,6 +26,8 @@ class Application < Rails::Application
26
config.load_defaults ENV["RAILS_VERSION"] || 8.0
27
end
28
29
+ config.time_zone = "Berlin"
30
+
31
# Settings in config/environments/* take precedence over those specified here.
32
# Application configuration can go into files in config/initializers
33
# -- all .rb files in that directory are automatically loaded after loading
0 commit comments