このコミットが含まれているのは:
2026-05-01 05:01:13 +09:00
コミット 9b1df20ab5
5個のファイルの変更22行の追加14行の削除
+1 -1
ファイルの表示
@@ -56,7 +56,7 @@ class Post < ApplicationRecord
def snapshot_tag_names = tags.joins(:tag_name).order('tag_names.name').pluck('tag_names.name')
def snapshot_parent_post_ids = parents.order(:parent_post_id).pluck(:parent_post_id)
def snapshot_parent_post_ids = parents.order(:id).pluck(:id)
def related limit: nil
ids = post_similarities.order(cos: :desc)