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