aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--railties/guides/source/configuring.textile2
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/guides/source/configuring.textile b/railties/guides/source/configuring.textile
index e0ef07fa36..eee46b47ea 100644
--- a/railties/guides/source/configuring.textile
+++ b/railties/guides/source/configuring.textile
@@ -65,8 +65,6 @@ h4. Rails General Configuration
* +config.reload_plugins+ enables or disables plugin reloading.
-* +config.root_path+ 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.view_path+ sets the path of the root of an application's views. Defaults to +app/views+.