From a1d44b02eaa7882b8d99522327fbf7c5fad8a1a9 Mon Sep 17 00:00:00 2001 From: "Stanko K.R." Date: Fri, 14 Nov 2025 16:40:14 +0100 Subject: [PATCH] Change the symbol to a string --- config/cache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cache.yml b/config/cache.yml index 2713c449b..45bee2a80 100644 --- a/config/cache.yml +++ b/config/cache.yml @@ -6,7 +6,7 @@ default_options: &default_options namespace: <%= Rails.env %> default_connection: &default_connection - database: :cache + database: cache default: &default <<: *default_connection