diff --git a/app/models/card.rb b/app/models/card.rb index 3688ef4e9..a265378ef 100644 --- a/app/models/card.rb +++ b/app/models/card.rb @@ -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 diff --git a/app/models/card/draft_commentable.rb b/app/models/card/draft_commenting.rb similarity index 95% rename from app/models/card/draft_commentable.rb rename to app/models/card/draft_commenting.rb index c0e832e6f..b2fe3a444 100644 --- a/app/models/card/draft_commentable.rb +++ b/app/models/card/draft_commenting.rb @@ -1,4 +1,4 @@ -module Card::DraftCommentable +module Card::DraftCommenting extend ActiveSupport::Concern included do