Created
September 9, 2011 11:17
beautifuller
This file contains 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
return false if real_account.nil? | |
date = date_from_str('2011-01-01') | |
return true if payments.has_finished? && real_account.created_before? date | |
Trade.has_payments(real_account.login, date) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment