diff options
author | Ryan Bigg <radarlistener@gmail.com> | 2010-11-26 13:58:01 +1100 |
---|---|---|
committer | Ryan Bigg <radarlistener@gmail.com> | 2010-11-26 13:58:01 +1100 |
commit | eb21791c5bd1881163328d4b0aa815a6e01a4ded (patch) | |
tree | ddc5c2da975540295c31750afd2987b3291485e6 /railties | |
parent | 8b114bec061d83352312d5710689ace4557443ab (diff) | |
download | rails-eb21791c5bd1881163328d4b0aa815a6e01a4ded.tar.gz rails-eb21791c5bd1881163328d4b0aa815a6e01a4ded.tar.bz2 rails-eb21791c5bd1881163328d4b0aa815a6e01a4ded.zip |
There is no controller_paths method in Rails 3
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/configuring.textile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/guides/source/configuring.textile b/railties/guides/source/configuring.textile index b3c9b4ad8d..2cc71f2a12 100644 --- a/railties/guides/source/configuring.textile +++ b/railties/guides/source/configuring.textile @@ -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. |