-
-
Save knewter/3365302 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
7 def main_account_name(school) | |
8 "TEACHER#{id} MAIN SCHOOL#{school.id}" | |
9 end | |
10 | |
11 def unredeemed_account_name | |
12 "TEACHER#{id} UNREDEEMED" | |
13 end | |
14 | |
15 def undeposited_account_name | |
16 "TEACHER#{id} UNDEPOSITED" | |
17 end | |
18 | |
19 def main_account(school) | |
20 Plutus::Asset.find_by_name main_account_name(school) | |
21 end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment