From 48cd23570b42147de3cb54446e620c961d089f07 Mon Sep 17 00:00:00 2001 From: Jonathan Roes Date: Thu, 18 Apr 2013 23:02:54 -0300 Subject: Be more specific about the root directory. --- guides/source/initialization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/initialization.md b/guides/source/initialization.md index 610792fd6a..c71b0d5697 100644 --- a/guides/source/initialization.md +++ b/guides/source/initialization.md @@ -129,7 +129,7 @@ when 'server' end ``` -This file will change into the root of the directory (a path two directories back from `APP_PATH` which points at `config/application.rb`), but only if the `config.ru` file isn't found. This then requires `rails/commands/server` which sets up the `Rails::Server` class. +This file will change into the Rails root directory (a path two directories up from `APP_PATH` which points at `config/application.rb`), but only if the `config.ru` file isn't found. This then requires `rails/commands/server` which sets up the `Rails::Server` class. ```ruby require 'fileutils' -- cgit v1.2.3