class AssistantConversation < ApplicationRecord
  has_many :assistant_messages, dependent: :destroy
  belongs_to :user
  belongs_to :raggable, polymorphic: true
end
