このコミットが含まれているのは:
2026-04-07 00:45:40 +09:00
コミット ff4b0eecf5
12個のファイルの変更55行の追加63行の削除
+2
ファイルの表示
@@ -73,6 +73,8 @@ class Tag < ApplicationRecord
def has_wiki = wiki_page.present?
def material_id = materials.first&.id
def self.tagme
@tagme ||= find_or_create_by_tag_name!('タグ希望', category: :meta)
end