Skip to content

Commit

Permalink
:database not :default
Browse files Browse the repository at this point in the history
  • Loading branch information
djmb committed Oct 10, 2023
1 parent 7f71fe9 commit d6d7f9f
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 d6d7f9f

Please # to comment.