Skip to content

Instantly share code, notes, and snippets.

@linojon
Created September 6, 2009 07:18
Show Gist options
  • Save linojon/181696 to your computer and use it in GitHub Desktop.
Save linojon/181696 to your computer and use it in GitHub Desktop.
def is_due?
return true if past_due?
if next_renewal_on <= Time.zone.today
past_due!
end
past_due?
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment