feat: add audit trail for macros (#7352)
This commit is contained in:
@@ -73,3 +73,5 @@ class Macro < ApplicationRecord
|
||||
errors.add(:actions, "Macro execution actions #{actions.join(',')} not supported.") if actions.any?
|
||||
end
|
||||
end
|
||||
|
||||
Macro.include_mod_with('Audit::Macro')
|
||||
|
||||
Reference in New Issue
Block a user