Enable Rails cache (memory store)

This commit is contained in:
2026-08-11 18:15:19 -06:00
parent 6bfe63c234
commit 52742ba305
+1 -1
View File
@@ -24,7 +24,7 @@ Rails.application.configure do
else
config.action_controller.perform_caching = false
config.cache_store = :null_store
config.cache_store = :memory_store
end
# Don't care if the mailer can't send.