mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
root_path is now simply root in Rails 3
This commit is contained in:
parent
788fdb2ac1
commit
ff04f6fee4
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,8 @@ h4. Rails General Configuration
|
|||
|
||||
* +config.reload_plugins+ enables or disables plugin reloading.
|
||||
|
||||
* +config.root+ configures the root path of the application.
|
||||
|
||||
* +config.time_zone+ sets the default time zone for the application and enables time zone awareness for Active Record.
|
||||
|
||||
* +config.whiny_nils+ enables or disabled warnings when an methods of nil are invoked. Defaults to _false_.
|
||||
|
|
Loading…
Reference in a new issue