Skip to content

Commit be237ec

Browse files
committed
Show ruby-core by default
1 parent 5839def commit be237ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/messages_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def index(list_name: nil, yyyymm: nil, q: nil)
88

99
render_threads yyyymm: yyyymm, q: q
1010
else
11-
redirect_to search_all_messages_path
11+
redirect_to List.find_by_name('ruby-core')
1212
end
1313
end
1414

0 commit comments

Comments
 (0)