1
0
Fork 0
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:
Abhay Nikam 2019-06-17 11:10:13 +05:30
parent 6a033a0685
commit d5a5b81256

View file

@ -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.