diff options
author | Abdelkader Boudih <terminale@gmail.com> | 2014-12-16 09:41:21 +0000 |
---|---|---|
committer | Abdelkader Boudih <terminale@gmail.com> | 2014-12-16 09:41:21 +0000 |
commit | 149a98a6f176fdb89971151eeab6966b7a9902d4 (patch) | |
tree | dc8f744b0f4e363610f95feafaf7c17a37df7f6c /guides | |
parent | 01de604d776150b9a67dec8041a4aea56829b539 (diff) | |
parent | d636c6c477ee1d91f810933371695acfc7beb798 (diff) | |
download | rails-149a98a6f176fdb89971151eeab6966b7a9902d4.tar.gz rails-149a98a6f176fdb89971151eeab6966b7a9902d4.tar.bz2 rails-149a98a6f176fdb89971151eeab6966b7a9902d4.zip |
Merge pull request #18047 from JuanitoFatas/patch/constant_autoloading_and_reloading-list-items
[ci skip] :scissors: blank lines between list items.
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/constant_autoloading_and_reloading.md | 5 |
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 -------------------------------------------------------------------------------- |