Add batch suspend for accounts in admin UI (#17009)
This commit is contained in:
@@ -17,7 +17,7 @@ class Admin::ActionLog < ApplicationRecord
|
||||
serialize :recorded_changes
|
||||
|
||||
belongs_to :account
|
||||
belongs_to :target, polymorphic: true
|
||||
belongs_to :target, polymorphic: true, optional: true
|
||||
|
||||
default_scope -> { order('id desc') }
|
||||
|
||||
|
Reference in New Issue
Block a user