From 35db2bcd82ff3b5c51b4a160cd18f27e02afec05 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Tue, 3 Mar 2015 11:44:47 -0700 Subject: Remove mention of long-gone initializer and config Serving public files from multiple paths was removed in afc828828ffffe7edeb4648a9d2aa4731191ae21 --- guides/source/configuring.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'guides/source') 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. -- cgit v1.2.3