mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-29 18:22:53 +00:00
4 lines
64 B
Ruby
4 lines
64 B
Ruby
class Channel < ApplicationRecord
|
|
has_many :conversations
|
|
end
|