()
| 1273 | } |
| 1274 | |
| 1275 | age () { return utils.yearsSinceMonth(this.get('birthday')) } |
| 1276 | |
| 1277 | isRegisteredForAILeague () { |
| 1278 | // TODO: This logic could use some thinking about, and maybe an explicit field for when we want to be sure they have registered on purpose instead of happening to have these properties. |
no test coverage detected