mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo initialzer -> initializer [ci skip]
This commit is contained in:
parent
6a033a0685
commit
d5a5b81256
1 changed files with 1 additions and 1 deletions
|
@ -283,6 +283,6 @@ you to split the joins into 2 selects manually.
|
|||
|
||||
### Schema Cache
|
||||
|
||||
If you use a schema cache and multiple database you'll need to write an initialzer
|
||||
If you use a schema cache and multiple databases you'll need to write an initializer
|
||||
that loads the schema cache from your app. This wasn't an issue we could resolve in
|
||||
time for Rails 6.0 but hope to have it in a future version soon.
|
||||
|
|
Loading…
Reference in a new issue