feat: D & D による上位タグ設定(#184) #186

Merged
みてるぞ merged 17 commits from feature/184 into main 2026-01-07 03:26:06 +09:00
Showing only changes of commit 14651168ca - Show all commits
+1
View File
@@ -44,6 +44,7 @@ namespace :wiki do
end end
line_ids = line_shas.map { |sha| line_id_by_sha.fetch(sha) } line_ids = line_shas.map { |sha| line_id_by_sha.fetch(sha) }
rev = nil
ActiveRecord::Base.transaction do ActiveRecord::Base.transaction do
wiki_page.lock! wiki_page.lock!