Gab-Social/app/models/chat_conversation.rb
mgabdev 9a43c51085 Progress on dms, code cleanup
Progress on dms, code cleanup
2020-12-02 23:22:51 -05:00

14 lines
280 B
Ruby

# frozen_string_literal: true
# == Schema Information
#
# Table name: chat_conversations
#
# id :bigint(8) not null, primary key
# created_at :datetime not null
# updated_at :datetime not null
#
class ChatConversation < ApplicationRecord
end