From 009f767ca7a63f90afede9e6ff2ef46d2f798be1 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 16 Jul 2024 12:11:55 +0200 Subject: [PATCH] No longer used --- .../rails/app/templates/config/environments/production.rb.tt | 2 -- 1 file changed, 2 deletions(-) diff --git a/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt b/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt index 5be7abbaa5..d2fe8d5443 100644 --- a/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt +++ b/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt @@ -1,5 +1,3 @@ -require "active_support/core_ext/integer/time" - Rails.application.configure do # Settings specified here will take precedence over those in config/application.rb.