-
-
Save foucist/911ba514d93902f4aa69 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
before :create, :create_conversation_threads | |
def create_conversation_threads | |
.. | |
ConversationThread.find_or_create(:profile_id => sender_id, :with_profile_id => recipient_id, :first_message_id => self.id) | |
.. | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment