Better name

This commit is contained in:
David Heinemeier Hansson
2025-04-12 11:07:02 +02:00
parent 9f7bbbef58
commit 735a12abfc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
class Card < ApplicationRecord
include Assignable, Boostable, Colored, DraftCommentable, Engageable, Eventable, Golden,
include Assignable, Boostable, Colored, DraftCommenting, Engageable, Eventable, Golden,
Messages, Notifiable, Pinnable, Closeable, Scorable, Searchable, Staged,
Statuses, Taggable, Watchable
@@ -1,4 +1,4 @@
module Card::DraftCommentable
module Card::DraftCommenting
extend ActiveSupport::Concern
included do