Add mention of helper_paths to config guide

This commit is contained in:
Ryan Bigg
2010-11-29 13:11:27 +11:00
parent b89ce3e679
commit 245ce774bf

View File

@@ -79,6 +79,8 @@ h4. Rails General Configuration
* +config.filter_parameters+ used for filtering out the parameters that you don't want shown in the logs, such as passwords or credit card numbers.
* +config.helper_paths+ configures where Rails can find helpers for this application.
* +config.log_level+ defines the verbosity of the Rails logger. In production mode, this defaults to +:info+. In development mode, it defaults to +:debug+.
* +config.log_path+ overrides the path to the log file to use. Defaults to +log/#{environment}.log+ (e.g. log/development.log or log/production.log).