We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc9e83 commit c9926ebCopy full SHA for c9926eb
README.md
@@ -11,7 +11,7 @@ Solid Cache is configured by default in new Rails 8 applications. But if you're
11
12
This will configure Solid Cache as the production cache store, create `config/cache.yml`, and create `db/cache_schema.rb`.
13
14
-You will then have to add the configuration for the queue database in `config/database.yml`. If you're using sqlite, it'll look like this:
+You will then have to add the configuration for the cache database in `config/database.yml`. If you're using sqlite, it'll look like this:
15
16
```yaml
17
production:
0 commit comments