We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608528a commit 0189b78Copy full SHA for 0189b78
docs/3.0/cache.md
@@ -135,7 +135,9 @@ $ bin/rails db:migrate
135
To set Solid Cache as your Rails cache, you should add this to your environment config:
136
137
```ruby
138
-config.cache_store = :solid_cache_store
+config.cache_store = -> {
139
+ ActiveSupport::Cache.lookup_store(:solid_cache_store)
140
+}
141
```
142
143
Check [Solid Cache repository](https://github.com/rails/solid_cache) for additional valuable information.
0 commit comments