Skip to content

Instantly share code, notes, and snippets.

@gbissett
Created March 28, 2010 06:27
Show Gist options
  • Save gbissett/346608 to your computer and use it in GitHub Desktop.
Save gbissett/346608 to your computer and use it in GitHub Desktop.
def storage_quota_in_minutes
# ,--------------------------.
# |o ^ _____ BASF o|.
# |- ,' `. -||
# | / *** \ *** ||
# | | *(_)* :|:::: *(_)* ||
# | \ *** / *** \ ||
# |\|`. _____'_________ \ /||
# |.| / o \\ \.||
# |o()/__O|o|_____|o|O__\\()o||
# `---\===\XX\====\XX\===\---'|
# `---\===\XX\====\XX\===\---'
return 120 if self.state == 'subscribed'
return 60
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment