aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Bigg <radarlistener@gmail.com>2010-11-26 14:07:42 +1100
committerRyan Bigg <radarlistener@gmail.com>2010-11-26 14:07:42 +1100
commit69ae74210c6b49219b97a8e2e2711a81a523d8b8 (patch)
tree44822318054b551f89fb9648f8b252f8434da7b0
parentffca2d7f1469fd5444b1417e5d2d4bd3d7d0af18 (diff)
downloadrails-69ae74210c6b49219b97a8e2e2711a81a523d8b8.tar.gz
rails-69ae74210c6b49219b97a8e2e2711a81a523d8b8.tar.bz2
rails-69ae74210c6b49219b97a8e2e2711a81a523d8b8.zip
There is no root_path config option in Rails 3
-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+.