mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
There is no controller_paths method in Rails 3
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user