diff options
Diffstat (limited to 'guides/code/getting_started/app/views/welcome/index.html.erb')
-rw-r--r-- | guides/code/getting_started/app/views/welcome/index.html.erb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/guides/code/getting_started/app/views/welcome/index.html.erb b/guides/code/getting_started/app/views/welcome/index.html.erb deleted file mode 100644 index 1cabd0d217..0000000000 --- a/guides/code/getting_started/app/views/welcome/index.html.erb +++ /dev/null @@ -1,4 +0,0 @@ -<h1>Hello, Rails!</h1> - -<%= link_to "My Blog", controller: "articles" %> -<%= link_to "New Article", new_article_path %> |