1
0
Fork 0
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:
Ryan Bigg 2010-11-26 15:09:17 +11:00
parent 788fdb2ac1
commit ff04f6fee4

View file

@ -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_.