From 1a2341038080155ca691a198f6497dba31bc8ce5 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Mon, 15 Dec 2014 23:24:09 +0530 Subject: fix a typo [ci skip] --- guides/source/constant_autoloading_and_reloading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') diff --git a/guides/source/constant_autoloading_and_reloading.md b/guides/source/constant_autoloading_and_reloading.md index a426fd75b3..5cd62c22a8 100644 --- a/guides/source/constant_autoloading_and_reloading.md +++ b/guides/source/constant_autoloading_and_reloading.md @@ -346,7 +346,7 @@ derivation. ### Loading Mechanism -Rails autoloads files with `Kerne#load` when `config.cache_classes` is false, +Rails autoloads files with `Kernel#load` when `config.cache_classes` is false, the default in development mode, and with `Kernel#require` otherwise, the default in production mode. -- cgit v1.2.3