There is no controller_paths method in Rails 3

This commit is contained in:
Ryan Bigg
2010-11-26 13:58:01 +11:00
parent 8b114bec06
commit eb21791c5b

View File

@@ -45,8 +45,6 @@ h4. Rails General Configuration
* +config.colorize_logging+ (true by default) specifies whether or not to use ANSI color codes when logging information.
* +config.controller_paths+ accepts an array of paths that will be searched for controllers. Defaults to +app/controllers+.
* +config.database_configuration_file+ overrides the default path for the database configuration file. Default to +config/database.yml+.
* +config.dependency_loading+ enables or disables dependency loading during the request cycle. Setting dependency_loading to _true_ will allow new classes to be loaded during a request and setting it to _false_ will disable this behavior.