Skip to content

Instantly share code, notes, and snippets.

@clayton
Created February 20, 2010 21:40
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 clayton/309931 to your computer and use it in GitHub Desktop.
Save clayton/309931 to your computer and use it in GitHub Desktop.
def active?
today = Time.now.strftime('%Y-%m-%d %H:%M')
today >= self.begin_date.strftime('%Y-%m-%d 06:00') && today <= self.end_date.strftime('%Y-%m-%d 23:59')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment