chatwoot/chatwoot

View on GitHub
enterprise/app/models/enterprise/audit/team.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module Enterprise::Audit::Team
  extend ActiveSupport::Concern

  included do
    audited associated_with: :account
  end
end