Skip to content

Instantly share code, notes, and snippets.

@domagude
Created November 12, 2017 13:06
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/6f5fa6bb7a0d0252901310db08e4a72a to your computer and use it in GitHub Desktop.
Save domagude/6f5fa6bb7a0d0252901310db08e4a72a to your computer and use it in GitHub Desktop.
...
def leave_message_partial_path
if @message_has_been_sent
'posts/show/contact_user/already_in_touch'
else
'posts/show/contact_user/message_form'
end
end
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment