Skip to content

Instantly share code, notes, and snippets.

@domagude
Last active November 12, 2017 13:55
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/5c5437c386712b331282e01217327a64 to your computer and use it in GitHub Desktop.
Save domagude/5c5437c386712b331282e01217327a64 to your computer and use it in GitHub Desktop.
...
def contact_user_partial_path
if user_signed_in?
@post.user.id != current_user.id ? 'posts/show/contact_user' : 'shared/empty_partial'
else
'posts/show/login_required'
end
end
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment