Skip to content

Commit

Permalink
Merge pull request #92 from jordelver/patch-1
Browse files Browse the repository at this point in the history
Fix small typo in README.md
  • Loading branch information
djmb committed Oct 9, 2023
2 parents 79553e4 + c93f917 commit 7f71fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $ bin/rails db:migrate
There are two options that can be set on the engine:

- `executor` - the [Rails executor](https://guides.rubyonrails.org/threading_and_code_execution.html#executor) used to wrap asynchronous operations, defaults to the app executor
- `connects_to` - a custom connects to value for the abstract `SolidCache::Record` active record model. Requires for sharding and/or using a separate cache database to the main app.
- `connects_to` - a custom connects to value for the abstract `SolidCache::Record` active record model. Required for sharding and/or using a separate cache database to the main app.

These can be set in your Rails configuration:

Expand Down

0 comments on commit 7f71fe9

Please sign in to comment.