From d5a5b812560b8e34b2c14f7c1bec68596412dd0d Mon Sep 17 00:00:00 2001 From: Abhay Nikam Date: Mon, 17 Jun 2019 11:10:13 +0530 Subject: Fix typo initialzer -> initializer [ci skip] --- guides/source/active_record_multiple_databases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/active_record_multiple_databases.md b/guides/source/active_record_multiple_databases.md index 7847746a3a..d7d9bd1ca9 100644 --- a/guides/source/active_record_multiple_databases.md +++ b/guides/source/active_record_multiple_databases.md @@ -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. -- cgit v1.2.3