Created
March 28, 2010 06:27
-
-
Save gbissett/346608 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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