Skip to content

Commit e4d9030

Browse files
committed
Add 'Testing Rails Applications' to the site index
...so it shows up at the right place in the sites dropdown
1 parent e120fc1 commit e4d9030

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

lib/site_index.rb

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,25 @@ class SiteIndex < Erector::Widget
44

55
def categorized_sites
66
{
7-
'setup' => ['installfest'],
8-
'rails' => ['intro-to-rails', 'job-board', 'message-board'],
9-
'frontend' => ['frontend', 'javascript-snake-game', 'javascript-to-do-list', 'javascript-to-do-list-with-react'],
10-
'ruby' => ['learn-to-code', 'ruby']
7+
'setup' => [
8+
'installfest'
9+
],
10+
'rails' => [
11+
'intro-to-rails',
12+
'job-board',
13+
'message-board',
14+
'testing-rails-applications'
15+
],
16+
'frontend' => [
17+
'frontend',
18+
'javascript-snake-game',
19+
'javascript-to-do-list',
20+
'javascript-to-do-list-with-react'
21+
],
22+
'ruby' => [
23+
'learn-to-code',
24+
'ruby'
25+
]
1126
}
1227
end
1328

0 commit comments

Comments
 (0)