Closed joshsmith closed 6 years ago
Whenever a ConversationPart is added to the conversation, we should touch the Conversation to update its updated_at timestamp.
ConversationPart
Conversation
updated_at
Problem
Whenever a
ConversationPart
is added to the conversation, we should touch theConversation
to update itsupdated_at
timestamp.