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 | 3 |
1 files changed, 2 insertions, 1 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 index e04680ea7e..738e12d7dc 100644 --- a/guides/code/getting_started/app/views/welcome/index.html.erb +++ b/guides/code/getting_started/app/views/welcome/index.html.erb @@ -1,2 +1,3 @@ <h1>Hello, Rails!</h1> -<%= link_to "My Blog", :controller => "posts" %> + +<%= link_to "My Blog", controller: "posts" %> |