aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorJeremy Kemper <jeremykemper@gmail.com>2015-03-03 11:44:47 -0700
committerJeremy Kemper <jeremykemper@gmail.com>2015-03-03 11:46:56 -0700
commit35db2bcd82ff3b5c51b4a160cd18f27e02afec05 (patch)
tree073c67617ed7043ea5414586f83ba6dcc91eddb3 /guides/source
parentb4a7e67d63afdca86e62e002ee5fdfcc454442b1 (diff)
downloadrails-35db2bcd82ff3b5c51b4a160cd18f27e02afec05.tar.gz
rails-35db2bcd82ff3b5c51b4a160cd18f27e02afec05.tar.bz2
rails-35db2bcd82ff3b5c51b4a160cd18f27e02afec05.zip
Remove mention of long-gone initializer and config
Serving public files from multiple paths was removed in afc828828ffffe7edeb4648a9d2aa4731191ae21
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/configuring.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md
index 4fc1301e06..15e1b378ca 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -975,8 +975,6 @@ Below is a comprehensive list of all the initializers found in Rails in the orde
* `load_environment_config` Loads the `config/environments` file for the current environment.
-* `append_asset_paths` Finds asset paths for the application and all attached railties and keeps a track of the available directories in `config.static_asset_paths`.
-
* `prepend_helpers_path` Adds the directory `app/helpers` from the application, railties and engines to the lookup path for helpers for the application.
* `load_config_initializers` Loads all Ruby files from `config/initializers` in the application, railties and engines. The files in this directory can be used to hold configuration settings that should be made after all of the frameworks are loaded.