Skip to content

Instantly share code, notes, and snippets.

@bplexico
Created May 31, 2013 20:42
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 bplexico/5687831 to your computer and use it in GitHub Desktop.
Save bplexico/5687831 to your computer and use it in GitHub Desktop.
invite_was_redeemed?
def invite_was_redeemed?
mark_invite_redeemed == 1
end
#results in the new if clause
if invite_was_redeemed?
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment