From c96f8d289425bc46658797aa8acecca25f5f09d5 Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Wed, 6 Nov 2019 14:57:19 -0600 Subject: [PATCH] Add missing stuff --- config/environments/ci.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/ci.rb b/config/environments/ci.rb index ee0b6c36..3df637c5 100755 --- a/config/environments/ci.rb +++ b/config/environments/ci.rb @@ -8,7 +8,7 @@ Rails.application.configure do # every request. This slows down response time but is perfect for development # since you don't have to restart the web server when you make code changes. config.cache_classes = false - config.cache_store = Settings.default.cache_store.to_sym + config.cache_store = :mem_cache_store # Log error messages when you accidentally call methods on nil. config.whiny_nils = true