Chatwoot/app/models/channel.rb
Sojan Jose 52194116b3 Upgrade to rails 6 💎 (#11)
- upgraded to rails 6
- fixes various issues
2019-08-19 13:49:57 +05:30

3 lines
64 B
Ruby

class Channel < ApplicationRecord
has_many :conversations
end