Skip to content

Instantly share code, notes, and snippets.

@fedesoria
Created August 31, 2009 21:08
Show Gist options
  • Save fedesoria/178711 to your computer and use it in GitHub Desktop.
Save fedesoria/178711 to your computer and use it in GitHub Desktop.
ruby
def owns?(user)
# Am I duplicating this? Does this exist somewhere? (paco)
# Where do you use it? (chubas)
# Are you free this weekend? (paco)
logged_in? && user == current_user
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment