Skip to content

Instantly share code, notes, and snippets.

@foucist
Created May 26, 2014 14:33
Show Gist options
  • Save foucist/911ba514d93902f4aa69 to your computer and use it in GitHub Desktop.
Save foucist/911ba514d93902f4aa69 to your computer and use it in GitHub Desktop.
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