(includePossibleTeachers = false)
| 305 | isCreatedByClient () { return (this.get('clientCreator') != null) } |
| 306 | |
| 307 | isTeacher (includePossibleTeachers = false) { return User.isTeacher(this.attributes, includePossibleTeachers) } |
| 308 | |
| 309 | isPaidTeacher () { |
| 310 | // TODO: this doesn't actually check to see if they are paid (having prepaids), confusing |
no outgoing calls
no test coverage detected