Skip to content

Commit

Permalink
Merge pull request #96 from rails/fix-other-database-instructions
Browse files Browse the repository at this point in the history
:database not :default
  • Loading branch information
djmb committed Oct 10, 2023
2 parents 7f71fe9 + d6d7f9f commit 3378a6e
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 @@ -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
```

Expand Down

0 comments on commit 3378a6e

Please sign in to comment.