Rename concern
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
class Board < ApplicationRecord
|
||||
include AutoClosing, Accessible, Broadcastable, Cards, Entropic, Filterable, Publishable, Triageable
|
||||
include AutoPostponing, Accessible, Broadcastable, Cards, Entropic, Filterable, Publishable, Triageable
|
||||
|
||||
belongs_to :creator, class_name: "User", default: -> { Current.user }
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module Board::AutoClosing
|
||||
module Board::AutoPostponing
|
||||
extend ActiveSupport::Concern
|
||||
|
||||
included do
|
||||
Reference in New Issue
Block a user