aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/app/views/welcome/index.html.erb
blob: 1cabd0d217d76b06fab7a07046065261c99d36ff (plain) (blame)
1
2
3
4
<h1>Hello, Rails!</h1>

<%= link_to "My Blog", controller: "articles" %>
<%= link_to "New Article", new_article_path %>