Skip to content

Commit f59863b

Browse files
committed
Add help about how to find “root”
1 parent a9c31a5 commit f59863b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/en/intro-to-rails/setting_the_default_page.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ steps {
1616
step "Add a root route" do
1717
message "Open the file `config/routes.rb` in an editor (In the InstallFest yesterday, we suggested that you install and use **Sublime Text** as your editor)."
1818

19-
message "Search the file for **root**, it should be near the top if you are using Rails 4."
19+
message "Search the file for **root**, it should be near the top if you are using Rails 4. You can use Sublime Text's search: look for **Find...** in the **Find** menu."
2020

2121
message "Uncomment the line that contains the example command by removing the `#` sign in front of it, and change it to read `root 'topics#index'`. When you are done the line should look like this:"
2222

0 commit comments

Comments
 (0)