aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorRyan Bigg <radarlistener@gmail.com>2010-11-26 15:09:17 +1100
committerRyan Bigg <radarlistener@gmail.com>2010-11-26 15:09:17 +1100
commitff04f6fee4a71da867398f49cc2d9e22760dd7e0 (patch)
treec68a0c4a4cf35cf14f69d71bf2a74597a9c39f74 /railties/guides
parent788fdb2ac1ae930660a135000abf92c36735815f (diff)
downloadrails-ff04f6fee4a71da867398f49cc2d9e22760dd7e0.tar.gz
rails-ff04f6fee4a71da867398f49cc2d9e22760dd7e0.tar.bz2
rails-ff04f6fee4a71da867398f49cc2d9e22760dd7e0.zip
root_path is now simply root in Rails 3
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/configuring.textile2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/guides/source/configuring.textile b/railties/guides/source/configuring.textile
index efb5663e33..30f8e31095 100644
--- a/railties/guides/source/configuring.textile
+++ b/railties/guides/source/configuring.textile
@@ -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_.