このコミットが含まれているのは:
2026-09-22 20:16:30 +09:00
コミット a0c2788e00
8個のファイルの変更198行の追加42行の削除
+1 -1
ファイルの表示
@@ -166,7 +166,7 @@ class TagsController < ApplicationController
rows =
(internal_rows + external_rows)
.sort_by { |row| [-row[:post_count], row[:name]] }
.sort_by { |row| [-row['post_count'], row['name']] }
.first(20)
render json: rows