Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
9
research/chatwoot/app/models/concerns/reportable.rb
Normal file
9
research/chatwoot/app/models/concerns/reportable.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Reportable
|
||||
extend ActiveSupport::Concern
|
||||
|
||||
included do
|
||||
has_many :reporting_events, dependent: :destroy
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user