This commit is contained in:
Jason Noble 2011-11-13 01:26:23 -07:00
parent 4bf057b866
commit 703d5c2033

@ -494,7 +494,7 @@ Open this file in your text editor and edit it to contain a single line of code:
h4. Setting the Application Home Page
Now that we have made the controller and view, we need to tell Rails when we
want "Hello Rails" to show up. In our case, we want it to show up when we
want "Hello Rails!" to show up. In our case, we want it to show up when we
navigate to the root URL of our site,
"http://localhost:3000":http://localhost:3000, instead of the "Welcome Aboard"
smoke test.