20300: Delete superfluous config override.
authorTom Clegg <tom@curii.com>
Mon, 16 Oct 2023 15:55:16 +0000 (11:55 -0400)
committerTom Clegg <tom@curii.com>
Mon, 16 Oct 2023 15:55:16 +0000 (11:55 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

services/api/config/application.rb

index 9b024c3a825b0f422be1c926b67b0b7b0a111c0e..716383f2035e63095055116f1e103dda82e9b40c 100644 (file)
@@ -64,9 +64,6 @@ module Server
     # which cannot read 7.0-format cache files.
     config.active_support.cache_format_version = 6.1
 
-    # Delete when switching to 7.0 framework defaults.
-    config.active_support.disable_to_s_conversion = true
-
     # Before using the filesystem backend for Rails.cache, check
     # whether we own the relevant directory. If we don't, using it is
     # likely to either fail or (if we're root) pollute it and cause