chatwoot/chatwoot

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

Summary

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

  included do
    audited associated_with: :account, on: [:create, :update]
  end
end