feat: add audit trail for macros (#7352)
This commit is contained in:
7
enterprise/app/models/enterprise/audit/macro.rb
Normal file
7
enterprise/app/models/enterprise/audit/macro.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
module Enterprise::Audit::Macro
|
||||
extend ActiveSupport::Concern
|
||||
|
||||
included do
|
||||
audited associated_with: :account
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user