Progress on dms, code cleanup
Progress on dms, code cleanup
This commit is contained in:
13
app/models/chat_conversation.rb
Normal file
13
app/models/chat_conversation.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user