aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorJuanito Fatas <katehuang0320@gmail.com>2014-12-16 17:29:04 +0800
committerJuanito Fatas <katehuang0320@gmail.com>2014-12-16 17:29:04 +0800
commitd636c6c477ee1d91f810933371695acfc7beb798 (patch)
tree4fadd2f8b95c2923d50c94c4f2fe397e3849ef91 /guides/source
parentd95a58c76882eb09ce29796730ef43688d5868cf (diff)
downloadrails-d636c6c477ee1d91f810933371695acfc7beb798.tar.gz
rails-d636c6c477ee1d91f810933371695acfc7beb798.tar.bz2
rails-d636c6c477ee1d91f810933371695acfc7beb798.zip
[ci skip] :scissors: blank lines between list items.
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/constant_autoloading_and_reloading.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/guides/source/constant_autoloading_and_reloading.md b/guides/source/constant_autoloading_and_reloading.md
index ac4ceb6023..94546c7bb2 100644
--- a/guides/source/constant_autoloading_and_reloading.md
+++ b/guides/source/constant_autoloading_and_reloading.md
@@ -6,15 +6,10 @@ This guide documents how constant autoloading and reloading works.
After reading this guide, you will know:
* Key aspects of Ruby constants
-
* What is `autoload_paths`
-
* How constant autoloading works
-
* What is `require_dependency`
-
* How constant reloading works
-
* Solutions to common autoloading gotchas
--------------------------------------------------------------------------------