aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'guides/source/index.html.erb')
-rw-r--r--guides/source/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/index.html.erb b/guides/source/index.html.erb
index a8e4525c67..57c224c165 100644
--- a/guides/source/index.html.erb
+++ b/guides/source/index.html.erb
@@ -19,7 +19,7 @@ Ruby on Rails Guides
<h3><%= section['name'] %></h3>
<dl>
<% section['documents'].each do |document| %>
- <%= guide(document['name'], document['url'], :work_in_progress => document['work_in_progress']) do %>
+ <%= guide(document['name'], document['url'], work_in_progress: document['work_in_progress']) do %>
<p><%= document['description'] %></p>
<% end %>
<% end %>