Skip to content

Instantly share code, notes, and snippets.

@kevinvangelder
Created June 27, 2013 19:38
Show Gist options
  • Save kevinvangelder/5879664 to your computer and use it in GitHub Desktop.
Save kevinvangelder/5879664 to your computer and use it in GitHub Desktop.
her_or_you(r)
def her_or_you(r = nil)
if current_user
"you" . r
else
"her"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment