Skip to content

Instantly share code, notes, and snippets.

@veganstraightedge
Created December 8, 2010 08:25
Show Gist options
  • Select an option

  • Save veganstraightedge/733028 to your computer and use it in GitHub Desktop.

Select an option

Save veganstraightedge/733028 to your computer and use it in GitHub Desktop.
class user << AR
def unpaid?
!paid
end
def north_america?
country == "Mexico" or country == "Canada" or country == "United States"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment