From d6d7f9f05fe584256cc3f0b6274a09cf29dde77d Mon Sep 17 00:00:00 2001 From: Donal McBreen Date: Tue, 10 Oct 2023 12:15:43 +0200 Subject: [PATCH] :database not :default --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea28ac6..bb9f7c4 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ $ mv db/migrate/*.solid_cache.rb db/cache/migrate Set the engine configuration to point to the new database: ``` Rails.application.configure do - config.solid_cache.connects_to = { default: { writing: :cache } } + config.solid_cache.connects_to = { database: { writing: :cache } } end ```