mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Clarified need to remove existing code in welcome index.
Signed-off-by: Chelsea Macaluso <c.macaluso@modcloth.com>
This commit is contained in:
parent
bbe6948bb5
commit
baa32a57f9
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ create app/assets/stylesheets/welcome.css.scss
|
|||
|
||||
Most important of these are of course the controller, located at `app/controllers/welcome_controller.rb` and the view, located at `app/views/welcome/index.html.erb`.
|
||||
|
||||
Open the `app/views/welcome/index.html.erb` file in your text editor and edit it to contain a single line of code:
|
||||
Open the `app/views/welcome/index.html.erb` file in your text editor. Delete all of the existing code in the file, and replace it with the following single line of code:
|
||||
|
||||
```html
|
||||
<h1>Hello, Rails!</h1>
|
||||
|
|
Loading…
Reference in a new issue