Skip to content

Instantly share code, notes, and snippets.

@domagude
Last active November 12, 2017 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domagude/b6f3bb95297d8a8c17ff5b16a2ea1fad to your computer and use it in GitHub Desktop.
Save domagude/b6f3bb95297d8a8c17ff5b16a2ea1fad to your computer and use it in GitHub Desktop.
...
def conversation_exist?
Private::Conversation.between_users(current_user.id, @post.user.id).present?
end
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment