Always use the cache db for caching

This commit is contained in:
Stanko K.R.
2025-11-14 16:09:24 +01:00
committed by Mike Dalessio
parent fd3ad90f47
commit 488c74d99e
+3
View File
@@ -0,0 +1,3 @@
Rails.application.configure do
config.solid_cache.connects_to = { database: { writing: :cache, reading: :cache } }
end