Skip to content

Instantly share code, notes, and snippets.

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